We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b76721 commit a7ef209Copy full SHA for a7ef209
manager/manifests/istio.yaml.j2
@@ -75,7 +75,7 @@ spec:
75
replicaCount: 1
76
hpaSpec:
77
minReplicas: 1
78
- maxReplicas: 5
+ maxReplicas: 1 # edit autoscaleEnabled in values if increasing this
79
metrics:
80
- type: Resource
81
resource:
@@ -132,7 +132,7 @@ spec:
132
133
134
135
136
137
138
@@ -156,7 +156,7 @@ spec:
156
istio-ingressgateway:
157
debug: info
158
runAsRoot: true
159
- autoscaleEnabled: true
+ autoscaleEnabled: false
160
secretVolumes:
161
- name: customgateway-certs
162
secretName: istio-customgateway-certs
0 commit comments