fix: fix loadbalancer annotations for hel1 ingress

This commit is contained in:
2025-11-16 12:00:55 +01:00
parent 96830f07a8
commit 19d1b00ce1
3 changed files with 20 additions and 1 deletions
@@ -71,6 +71,10 @@ controller:
{{- else }}
type: ClusterIP
{{- end }}
annotations:
{{- with .Values.nginx.annotations }}
{{ toYaml . | nindent 8 }}
{{- end }}
hostNetwork: {{ .Values.clusterConfig.ingress_hostnetwork }}