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 f525e3c commit 9b3634aCopy full SHA for 9b3634a
charts/workflow/values.yaml
@@ -67,6 +67,12 @@ global:
67
#
68
# In case of CNI you can not use `hostPort` notation due to https://github.com/kubernetes/kubernetes/issues/23920
69
# registry_proxy_bind_addr: "80"
70
+ # Clusters with large nodes (24 CPU+) may need to lower or tune the number of GUNICORN_WORKERS.
71
+ #
72
+ # Default value is based on your number of CPUs:
73
+ # - (os.cpu_count() or 4) * 4 + 1
74
+ # This setting probably should not be higher than max_connections which defaults to 100
75
+ # gunicorn_workers: 33
76
77
# Enable usage of RBAC authorization mode
78
0 commit comments