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 d7ba103 commit 01d2646Copy full SHA for 01d2646
charts/ingress-nginx/templates/default-backend-hpa.yaml
@@ -22,12 +22,16 @@ spec:
22
- type: Resource
23
resource:
24
name: cpu
25
- targetAverageUtilization: {{ . }}
+ target:
26
+ type: Utilization
27
+ averageUtilization: {{ . }}
28
{{- end }}
29
{{- with .Values.defaultBackend.autoscaling.targetMemoryUtilizationPercentage }}
30
31
32
name: memory
33
34
35
36
37
0 commit comments