Update values.yaml
This commit is contained in:
parent
8d72a5729a
commit
5078ed14aa
1 changed files with 2 additions and 2 deletions
|
@ -477,7 +477,7 @@ controller:
|
|||
# -- External traffic policy of the external controller service. Set to "Local" to preserve source IP on providers supporting it.
|
||||
# Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip
|
||||
externalTrafficPolicy: ""
|
||||
# Service Internal Traffic Policy enables internal traffic restrictions to only route internal traffic to endpoints within the node the traffic originated from.
|
||||
# Service Internal Traffic Policy enables internal traffic restrictions to only route internal traffic to endpoints within the node the traffic originated from.
|
||||
# Set this to 'Local' to instruct kube-proxy to use only node-local endpoints for handling cluster internal traffic.
|
||||
# Ref: https://kubernetes.io/docs/concepts/services-networking/service-traffic-policy
|
||||
internalTrafficPolicy: ""
|
||||
|
@ -561,7 +561,7 @@ controller:
|
|||
# -- External traffic policy of the internal controller service. Set to "Local" to preserve source IP on providers supporting it.
|
||||
# Ref: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip
|
||||
externalTrafficPolicy: ""
|
||||
# Service Internal Traffic Policy enables internal traffic restrictions to only route internal traffic to endpoints within the node the traffic originated from.
|
||||
# Service Internal Traffic Policy enables internal traffic restrictions to only route internal traffic to endpoints within the node the traffic originated from.
|
||||
# Set this to 'Local' to instruct kube-proxy to use only node-local endpoints for handling cluster internal traffic.
|
||||
# Ref: https://kubernetes.io/docs/concepts/services-networking/service-traffic-policy
|
||||
internalTrafficPolicy: ""
|
||||
|
|
Loading…
Reference in a new issue