From 5078ed14aa99bb99569e277d5cf9fab436f06b02 Mon Sep 17 00:00:00 2001 From: opencmit2 <112474703+opencmit2@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:58:15 +0800 Subject: [PATCH] Update values.yaml --- charts/ingress-nginx/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 984e86d34..9a55b7a5d 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -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: ""