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 bb036ef commit cedbbecCopy full SHA for cedbbec
charts/nginx-gateway-fabric/values.yaml
@@ -375,6 +375,8 @@ nginx:
375
# -- The configuration for the data plane that is contained in the NginxProxy resource. This is applied globally to all Gateways
376
# managed by this instance of NGINX Gateway Fabric.
377
config: {}
378
+ # -- The number of worker connections for NGINX. Default is 1024.
379
+ # workerConnections: 1024
380
381
# -- The pod configuration for the NGINX data plane pod. This is applied globally to all Gateways managed by this
382
# instance of NGINX Gateway Fabric.
0 commit comments