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