mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 15:50:24 +08:00
feat(common): allow shared ip (#2033)
This commit is contained in:
@@ -30,6 +30,9 @@ metadata:
|
||||
{{- if eq ( $primaryPort.protocol | default "" ) "HTTPS" }}
|
||||
traefik.ingress.kubernetes.io/service.serversscheme: https
|
||||
{{- end }}
|
||||
{{- if eq ( $svcType | default "" ) "LoadBalancer" }}
|
||||
metallb.universe.tf/allow-shared-ip: {{ include "common.names.fullname" . }}
|
||||
{{- end }}
|
||||
{{- with $values.annotations }}
|
||||
{{ toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user