Skip to content

Commit 7769e69

Browse files
committed
add a different example for service patch
1 parent ce0b999 commit 7769e69

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
@@ -641,12 +641,11 @@ nginx:
641641
# -- Custom patches to apply to the NGINX Service.
642642
patches: []
643643
# -- Example:
644-
# patches:
645644
# - type: JSONPatch
646645
# value:
647646
# - op: replace
648-
# path: /spec/externalTrafficPolicy
649-
# value: "Cluster"
647+
# path: /spec/sessionAffinity
648+
# value: "ClientIP"
650649

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

0 commit comments

Comments
 (0)