feat(common): allow shared ip (#2033)
This commit is contained in:
@@ -30,6 +30,9 @@ metadata:
|
|||||||
{{- if eq ( $primaryPort.protocol | default "" ) "HTTPS" }}
|
{{- if eq ( $primaryPort.protocol | default "" ) "HTTPS" }}
|
||||||
traefik.ingress.kubernetes.io/service.serversscheme: https
|
traefik.ingress.kubernetes.io/service.serversscheme: https
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if eq ( $svcType | default "" ) "LoadBalancer" }}
|
||||||
|
metallb.universe.tf/allow-shared-ip: {{ include "common.names.fullname" . }}
|
||||||
|
{{- end }}
|
||||||
{{- with $values.annotations }}
|
{{- with $values.annotations }}
|
||||||
{{ toYaml . | nindent 4 }}
|
{{ toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user