We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0b999 commit 7769e69Copy full SHA for 7769e69
charts/nginx-gateway-fabric/values.yaml
@@ -641,12 +641,11 @@ nginx:
641
# -- Custom patches to apply to the NGINX Service.
642
patches: []
643
# -- Example:
644
- # patches:
645
# - type: JSONPatch
646
# value:
647
# - op: replace
648
- # path: /spec/externalTrafficPolicy
649
- # value: "Cluster"
+ # path: /spec/sessionAffinity
+ # value: "ClientIP"
650
651
# -- Enable debugging for NGINX. Uses the nginx-debug binary. The NGINX error log level should be set to debug in the NginxProxy resource.
652
debug: false
0 commit comments