Skip to content

Commit 92f6466

Browse files
committed
Add workerConnections field to helm chart
1 parent 5a0844c commit 92f6466

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/nginx-gateway-fabric/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,8 @@ nginx:
375375
# -- The configuration for the data plane that is contained in the NginxProxy resource. This is applied globally to all Gateways
376376
# managed by this instance of NGINX Gateway Fabric.
377377
config: {}
378+
# -- The number of worker connections for NGINX. Default is 1024.
379+
# workerConnections: 1024
378380

379381
# -- The pod configuration for the NGINX data plane pod. This is applied globally to all Gateways managed by this
380382
# instance of NGINX Gateway Fabric.

0 commit comments

Comments
 (0)