File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 2222 type : Utilization
2323 averageUtilization : {{ .Values.hpa.targetCPUUtilizationPercentage }}
2424 {{- end }}
25- {{- if .Values.hpa.enableMemory }}
26- - type : Resource
27- resource :
28- name : memory
29- target :
30- type : Utilization
31- averageUtilization : {{ .Values.hpa.targetMemoryUtilizationPercentage }}
32- {{- end }}
3325 {{- with .Values.hpa.customMetrics }}
3426 {{- toYaml . | nindent 4 }}
3527 {{- end }}
6052 type : Utilization
6153 averageUtilization : {{ .Values.hpa.targetCPUUtilizationPercentage }}
6254 {{- end }}
63- {{- if .Values.hpa.enableMemory }}
64- - type : Resource
65- resource :
66- name : memory
67- target :
68- type : Utilization
69- averageUtilization : {{ .Values.hpa.targetMemoryUtilizationPercentage }}
70- {{- end }}
7155 {{- with .Values.hpa.customMetrics }}
7256 {{- toYaml . | nindent 4 }}
7357 {{- end }}
Original file line number Diff line number Diff line change 443443 maxReplicas : 5
444444 enableCPU : true
445445 targetCPUUtilizationPercentage : 80
446- enableMemory : false
447- targetMemoryUtilizationPercentage : 80
448446 customMetrics : []
449447 # Uncomment the `behavior` section below to specify custom scaling policies and behavior.
450448 # If left blank, the following default settings are applied:
You can’t perform that action at this time.
0 commit comments