Skip to content

Commit

Permalink
feat(charts): override controller GUNICORN_WORKERS
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdon Barrett committed Aug 25, 2018
1 parent f525e3c commit 9b3634a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ global:
#
# In case of CNI you can not use `hostPort` notation due to https://github.com/kubernetes/kubernetes/issues/23920
# registry_proxy_bind_addr: "80"
# Clusters with large nodes (24 CPU+) may need to lower or tune the number of GUNICORN_WORKERS.
#
# Default value is based on your number of CPUs:
# - (os.cpu_count() or 4) * 4 + 1
# This setting probably should not be higher than max_connections which defaults to 100
# gunicorn_workers: 33

# Enable usage of RBAC authorization mode
#
Expand Down

0 comments on commit 9b3634a

Please sign in to comment.