File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
charts/nginx-gateway-fabric Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 305
305
},
306
306
"required" : [],
307
307
"type" : " object"
308
+ },
309
+ "workerConnections" : {
310
+ "description" : " The number of worker connections for NGINX. Default is 1024." ,
311
+ "maximum" : 65535 ,
312
+ "minimum" : 1 ,
313
+ "required" : [],
314
+ "type" : " integer"
308
315
}
309
316
},
310
317
"required" : [],
Original file line number Diff line number Diff line change @@ -371,6 +371,11 @@ nginx:
371
371
# - IPAddress
372
372
# value:
373
373
# type: string
374
+ # workerConnections:
375
+ # type: integer
376
+ # minimum: 1
377
+ # maximum: 65535
378
+ # description: The number of worker connections for NGINX. Default is 1024.
374
379
# @schema
375
380
# -- The configuration for the data plane that is contained in the NginxProxy resource. This is applied globally to all Gateways
376
381
# managed by this instance of NGINX Gateway Fabric.
You can’t perform that action at this time.
0 commit comments