Skip to content

Commit

Permalink
Increase minReplicas of Istio components hpa to 2 (#50)
Browse files Browse the repository at this point in the history
Increase minReplicas Istio components hpa to 2
  • Loading branch information
ciiiii authored Jan 5, 2023
1 parent 3ce30e1 commit 72f0615
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/istio-operator/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ controlPlane:
k8s:
podDisruptionBudget:
maxUnavailable: 1
hpaSpec:
minReplicas: 2
ingressGateways:
- name: istio-ingressgateway
namespace: ${istio_system_namespace}
Expand All @@ -43,6 +45,8 @@ controlPlane:
k8s:
podDisruptionBudget:
maxUnavailable: 1
hpaSpec:
minReplicas: 2
serviceAnnotations:
%{ for k, v in ingress_gateway_service_annotations ~}
${k}: "${v}"
Expand Down

0 comments on commit 72f0615

Please sign in to comment.