File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 3535 {{- if hasKey .Values.hpa "customMetrics" }}
3636 {{- toYaml .Values.hpa.customMetrics | nindent 4 }}
3737 {{- end }}
38+ {{- if hasKey .Values.hpa "behavior" }}
39+ behavior :
40+ {{- toYaml .Values.hpa.behavior | nindent 4 }}
41+ {{- end }}
3842---
3943{{- end }}
4044{{ if .Values.kubernetesAuditLogsWebhook.enabled -}}
7276 {{- if hasKey .Values.hpa "customMetrics" }}
7377 {{- toYaml .Values.hpa.customMetrics | nindent 4 }}
7478 {{- end }}
79+ {{- if hasKey .Values.hpa "behavior" }}
80+ behavior :
81+ {{- toYaml .Values.hpa.behavior | nindent 4 }}
82+ {{- end }}
7583{{- end }}
7684{{- end }}
Original file line number Diff line number Diff line change 438438 enableMemory : false
439439 targetMemoryUtilizationPercentage : 50
440440 customMetrics : []
441+ # Uncomment to customize the behavior.
442+ # If not set, the default HPAScalingRules for scale up and scale down are used.
443+ # behavior: {}
441444
442445# Global values to override chart values.
443446global :
You can’t perform that action at this time.
0 commit comments