We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6a7a20 + e99add4 commit c6b5b39Copy full SHA for c6b5b39
charts/podinfo/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v1
2
-version: 6.1.3
+version: 6.1.4
3
appVersion: 6.1.3
4
name: podinfo
5
engine: gotpl
charts/podinfo/templates/hpa.yaml
@@ -20,12 +20,16 @@ spec:
20
- type: Resource
21
resource:
22
name: cpu
23
- targetAverageUtilization: {{ .Values.hpa.cpu }}
+ target:
24
+ type: Utilization
25
+ averageUtilization: {{ .Values.hpa.cpu }}
26
{{- end }}
27
{{- if .Values.hpa.memory }}
28
29
30
name: memory
- targetAverageValue: {{ .Values.hpa.memory }}
31
32
+ type: AverageValue
33
+ averageValue: {{ .Values.hpa.memory }}
34
35
0 commit comments