add annotations

master
Marius Ensrud 4 years ago
parent 108f4482a7
commit a418367b8c

@ -5,8 +5,10 @@ metadata:
name: {{ include "omada-controller.fullname" . }}
labels:
{{- include "omada-controller.labels" . | nindent 4 }}
{{- with .Values.service.annotations }}
annotations:
metallb.universe.tf/allow-shared-ip: omada
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
ports:
@ -47,8 +49,10 @@ metadata:
name: {{ include "omada-controller.fullname" . }}-udp
labels:
{{- include "omada-controller.labels" . | nindent 4 }}
{{- with .Values.service.annotations }}
annotations:
metallb.universe.tf/allow-shared-ip: omada
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
ports:

@ -47,6 +47,8 @@ securityContext: {}
service:
enabled: true
type: NodePort
annotations:
metallb.universe.tf/allow-shared-ip: omada
manage:
port: 8088
managessl:

Loading…
Cancel
Save