Misc fixes for nginx-ingress chart for better keel and prometheus-operator integration
This commit is contained in:
parent
12150e318b
commit
0a45e3c655
4 changed files with 33 additions and 7 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue