File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,16 @@ spec:
1919 - type : Resource
2020 resource :
2121 name : cpu
22- targetAverageUtilization : {{ .Values.autoscaling.targetCPUUtilizationPercentage }}
22+ target :
23+ type : Utilization
24+ averageUtilization : {{ .Values.autoscaling.targetCPUUtilizationPercentage }}
2325 {{- end }}
2426 {{- if .Values.autoscaling.targetMemoryUtilizationPercentage }}
2527 - type : Resource
2628 resource :
2729 name : memory
28- targetAverageUtilization : {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
30+ target :
31+ type : Utilization
32+ averageUtilization : {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
2933 {{- end }}
3034{{- end }}
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ metadata:
1515 annotations : {{ toYaml . | nindent 4 }}
1616 {{- end }}
1717spec :
18+ {{- if .ingressClassName }}
19+ ingressClassName : {{ .ingressClassName }}
20+ {{- end }}
1821 {{- if .tls }}
1922 tls :
2023 {{- range .tls }}
You can’t perform that action at this time.
0 commit comments