Skip to content

Commit 9b3634a

Browse files
author
Kingdon Barrett
committed
feat(charts): override controller GUNICORN_WORKERS
1 parent f525e3c commit 9b3634a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

charts/workflow/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ global:
6767
#
6868
# In case of CNI you can not use `hostPort` notation due to https://github.com/kubernetes/kubernetes/issues/23920
6969
# 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
7076

7177
# Enable usage of RBAC authorization mode
7278
#

0 commit comments

Comments
 (0)