Add annotations for HPA (#7117)
This commit is contained in:
parent
96a87c79b8
commit
9e89951ec7
4 changed files with 14 additions and 2 deletions
|
|
@ -4,6 +4,10 @@
|
|||
apiVersion: autoscaling/v2beta2
|
||||
kind: HorizontalPodAutoscaler
|
||||
metadata:
|
||||
annotations:
|
||||
{{- with .Values.controller.autoscaling.annotations }}
|
||||
{{- toYaml . | trimSuffix "\n" | nindent 4 }}
|
||||
{{- end }}
|
||||
labels:
|
||||
{{- include "ingress-nginx.labels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue