fix: fix ingress service to ClusterIP (take 2)
This commit is contained in:
@@ -60,9 +60,9 @@ controller:
|
|||||||
minAvailable: {{ .Values.nginx.pdb.minAvailable }}
|
minAvailable: {{ .Values.nginx.pdb.minAvailable }}
|
||||||
|
|
||||||
service:
|
service:
|
||||||
externalTrafficPolicy: Local
|
|
||||||
{{- if .Values.clusterConfig.ingress_nodeport }}
|
{{- if .Values.clusterConfig.ingress_nodeport }}
|
||||||
type: NodePort
|
type: NodePort
|
||||||
|
externalTrafficPolicy: Local
|
||||||
nodePorts:
|
nodePorts:
|
||||||
http: 30080
|
http: 30080
|
||||||
https: 30443
|
https: 30443
|
||||||
|
|||||||
Reference in New Issue
Block a user