Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,9 @@ proxy:
nginx:
workerProcesses: 4
workerConnections: 8192
workerRlimitNofile: 2048
# Two descriptors per proxied connection (client + upstream), so this must be
# >= 2x workerConnections or descriptor exhaustion caps concurrency first.
workerRlimitNofile: 16384
keepalivePoolSize: 64
typesHashMaxSize: 2048
clientMaxBodySize: "100M"
Expand Down