master
Marius Ensrud 4 years ago
parent 5b3f6c93af
commit 641bd8ac7b

@ -5,7 +5,7 @@ metadata:
name: {{ include "omada-controller.fullname" . }} name: {{ include "omada-controller.fullname" . }}
labels: labels:
{{- include "omada-controller.labels" . | nindent 4 }} {{- include "omada-controller.labels" . | nindent 4 }}
annotation: annotations:
metallb.universe.tf/allow-shared-ip: omada metallb.universe.tf/allow-shared-ip: omada
spec: spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
@ -47,7 +47,7 @@ metadata:
name: {{ include "omada-controller.fullname" . }}-UDP name: {{ include "omada-controller.fullname" . }}-UDP
labels: labels:
{{- include "omada-controller.labels" . | nindent 4 }} {{- include "omada-controller.labels" . | nindent 4 }}
annotation: annotations:
metallb.universe.tf/allow-shared-ip: omada metallb.universe.tf/allow-shared-ip: omada
spec: spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}

Loading…
Cancel
Save