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 eefa805 commit 882910bCopy full SHA for 882910b
charts/nginx-gateway-fabric/values.yaml
@@ -604,12 +604,11 @@ nginx:
604
# -- Custom patches to apply to the NGINX Service.
605
patches: []
606
# -- Example:
607
- # patches:
608
# - type: JSONPatch
609
# value:
610
# - op: replace
611
- # path: /spec/externalTrafficPolicy
612
- # value: "Cluster"
+ # path: /spec/sessionAffinity
+ # value: "ClientIP"
613
614
# -- Enable debugging for NGINX. Uses the nginx-debug binary. The NGINX error log level should be set to debug in the NginxProxy resource.
615
debug: false
0 commit comments