Skip to content

Commit a7ef209

Browse files
committed
Disabled Istio ingress gateway autoscaling
1 parent 7b76721 commit a7ef209

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manager/manifests/istio.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
replicaCount: 1
7676
hpaSpec:
7777
minReplicas: 1
78-
maxReplicas: 5
78+
maxReplicas: 1 # edit autoscaleEnabled in values if increasing this
7979
metrics:
8080
- type: Resource
8181
resource:
@@ -132,7 +132,7 @@ spec:
132132
replicaCount: 1
133133
hpaSpec:
134134
minReplicas: 1
135-
maxReplicas: 5
135+
maxReplicas: 1 # edit autoscaleEnabled in values if increasing this
136136
metrics:
137137
- type: Resource
138138
resource:
@@ -156,7 +156,7 @@ spec:
156156
istio-ingressgateway:
157157
debug: info
158158
runAsRoot: true
159-
autoscaleEnabled: true
159+
autoscaleEnabled: false
160160
secretVolumes:
161161
- name: customgateway-certs
162162
secretName: istio-customgateway-certs

0 commit comments

Comments
 (0)