Skip to content

Commit 882910b

Browse files
committed
add a different example for service patch
1 parent eefa805 commit 882910b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

charts/nginx-gateway-fabric/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -604,12 +604,11 @@ nginx:
604604
# -- Custom patches to apply to the NGINX Service.
605605
patches: []
606606
# -- Example:
607-
# patches:
608607
# - type: JSONPatch
609608
# value:
610609
# - op: replace
611-
# path: /spec/externalTrafficPolicy
612-
# value: "Cluster"
610+
# path: /spec/sessionAffinity
611+
# value: "ClientIP"
613612

614613
# -- Enable debugging for NGINX. Uses the nginx-debug binary. The NGINX error log level should be set to debug in the NginxProxy resource.
615614
debug: false

0 commit comments

Comments
 (0)