Skip to content

Commit

Permalink
feat: add support for behaviour in hpa.
Browse files Browse the repository at this point in the history
  • Loading branch information
punit-kulal committed May 8, 2024
1 parent df1c032 commit fe8a3e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stable/app/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ spec:
type: Utilization
averageUtilization: {{ .Values.autoscaling.targetCPU }}
{{- end }}
{{- if .Values.autoscaling.behaviour }}
behaviour: {{ .Values.autoscaling.behaviour | toYaml | nindent 4 }}
{{- end}}
{{- end }}

0 comments on commit fe8a3e1

Please sign in to comment.