Misc fixes for nginx-ingress chart for better keel and prometheus-operator integration

This commit is contained in:
Anton Wolkov 2020-08-31 22:46:43 +03:00
parent 12150e318b
commit 0a45e3c655
4 changed files with 33 additions and 7 deletions

View file

@ -6,6 +6,7 @@ metadata:
labels:
{{- include "ingress-nginx.labels" . | nindent 4 }}
app.kubernetes.io/component: controller
{{- toYaml .Values.controller.labels | nindent 4 }}
name: {{ include "ingress-nginx.controller.fullname" . }}
{{- if .Values.controller.annotations }}
annotations: {{ toYaml .Values.controller.annotations | nindent 4 }}