Skip to content
Snippets Groups Projects
hpa.yaml 258 B
Newer Older
  • Learn to ignore specific revisions
  • 
    {{- /*
    HPA
    REQUIRED VALUES: [autoscaling, namespace]
    */ -}}
    {{- define "service.hpa" -}}
    {{- if .Values.autoscaling.enabled }}
    {{- template "common.hpa" (list . "service.hpa") -}}
    ## Define overrides for the service HPA resource here
    {{- end }}
    {{- end -}}