File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
charts/nginx-gateway-fabric Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 39
39
averageUtilization : {{ . }}
40
40
{{- end }}
41
41
{{- with .Values.nginxGateway.autoscaling.templates }}
42
- {{- toYaml . | nindent 2 }}
42
+ {{- toYaml . | nindent 4 }}
43
43
{{- end }}
44
44
{{- with .Values.nginxGateway.autoscaling.behavior }}
45
45
behavior :
Original file line number Diff line number Diff line change 34
34
{{- end }}
35
35
{{- if .Values.nginx.autoscaling.templates }}
36
36
templates :
37
- {{- toYaml .Values.nginx.autoscaling.templates | nindent 8 }}
37
+ {{- toYaml .Values.nginx.autoscaling.templates | nindent 10 }}
38
38
{{- end }}
39
39
{{- end }}
40
40
{{- if .Values.nginx.pod }}
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ nginxGateway:
166
166
# maxReplicas: 11
167
167
# targetCPUUtilizationPercentage: 50
168
168
# targetMemoryUtilizationPercentage: 50
169
- # behavior: {}
169
+ # behavior:
170
170
# scaleDown:
171
171
# stabilizationWindowSeconds: 300
172
172
# policies:
@@ -180,7 +180,7 @@ nginxGateway:
180
180
# value: 2
181
181
# periodSeconds: 60
182
182
# Custom or additional autoscaling metrics. https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#scaling-on-custom-metrics
183
- # templates: []
183
+ # templates:
184
184
# - type: Pods
185
185
# pods:
186
186
# metric:
@@ -237,7 +237,7 @@ nginx:
237
237
# maxReplicas: 11
238
238
# targetCPUUtilizationPercentage: 50
239
239
# targetMemoryUtilizationPercentage: 50
240
- # behavior: {}
240
+ # behavior:
241
241
# scaleDown:
242
242
# stabilizationWindowSeconds: 300
243
243
# policies:
@@ -251,7 +251,7 @@ nginx:
251
251
# value: 2
252
252
# periodSeconds: 60
253
253
# Custom or additional autoscaling metrics. https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#scaling-on-custom-metrics
254
- # templates: []
254
+ # templates:
255
255
# - type: Pods
256
256
# pods:
257
257
# metric:
You can’t perform that action at this time.
0 commit comments