Skip to content

Commit 5a8c499

Browse files
committed
Fix indentation
1 parent db89660 commit 5a8c499

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/nginx-gateway-fabric/templates/hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
averageUtilization: {{ . }}
4040
{{- end }}
4141
{{- with .Values.nginxGateway.autoscaling.templates }}
42-
{{- toYaml . | nindent 2 }}
42+
{{- toYaml . | nindent 4 }}
4343
{{- end }}
4444
{{- with .Values.nginxGateway.autoscaling.behavior }}
4545
behavior:

charts/nginx-gateway-fabric/templates/nginxproxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
{{- end }}
3535
{{- if .Values.nginx.autoscaling.templates }}
3636
templates:
37-
{{- toYaml .Values.nginx.autoscaling.templates | nindent 8 }}
37+
{{- toYaml .Values.nginx.autoscaling.templates | nindent 10 }}
3838
{{- end }}
3939
{{- end }}
4040
{{- if .Values.nginx.pod }}

charts/nginx-gateway-fabric/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ nginxGateway:
166166
# maxReplicas: 11
167167
# targetCPUUtilizationPercentage: 50
168168
# targetMemoryUtilizationPercentage: 50
169-
# behavior: {}
169+
# behavior:
170170
# scaleDown:
171171
# stabilizationWindowSeconds: 300
172172
# policies:
@@ -180,7 +180,7 @@ nginxGateway:
180180
# value: 2
181181
# periodSeconds: 60
182182
# Custom or additional autoscaling metrics. https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#scaling-on-custom-metrics
183-
# templates: []
183+
# templates:
184184
# - type: Pods
185185
# pods:
186186
# metric:
@@ -237,7 +237,7 @@ nginx:
237237
# maxReplicas: 11
238238
# targetCPUUtilizationPercentage: 50
239239
# targetMemoryUtilizationPercentage: 50
240-
# behavior: {}
240+
# behavior:
241241
# scaleDown:
242242
# stabilizationWindowSeconds: 300
243243
# policies:
@@ -251,7 +251,7 @@ nginx:
251251
# value: 2
252252
# periodSeconds: 60
253253
# Custom or additional autoscaling metrics. https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#scaling-on-custom-metrics
254-
# templates: []
254+
# templates:
255255
# - type: Pods
256256
# pods:
257257
# metric:

0 commit comments

Comments
 (0)