feat(ingress-nginx): add externalTrafficPoliyc=Local to controller service
This commit is contained in:
parent
70941db02b
commit
3495641bd2
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ spec:
|
||||||
rollingUpdate:
|
rollingUpdate:
|
||||||
maxUnavailable: 1
|
maxUnavailable: 1
|
||||||
service:
|
service:
|
||||||
|
externalTrafficPolicy: Local
|
||||||
type: NodePort
|
type: NodePort
|
||||||
nodePorts:
|
nodePorts:
|
||||||
http: "32080"
|
http: "32080"
|
||||||
|
|
|
||||||
Reference in a new issue