fix: fix ingress service to ClusterIP (take 2)

This commit is contained in:
2025-09-19 18:43:58 +02:00
parent 8a264f99eb
commit 3713f4ff6e
@@ -60,9 +60,9 @@ controller:
minAvailable: {{ .Values.nginx.pdb.minAvailable }}
service:
externalTrafficPolicy: Local
{{- if .Values.clusterConfig.ingress_nodeport }}
type: NodePort
externalTrafficPolicy: Local
nodePorts:
http: 30080
https: 30443