fix: fix ingress service to ClusterIP (take 2)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user