Skip to content

Commit

Permalink
feat(charts): override controller CONN_MAX_AGE
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdon Barrett committed Aug 25, 2018
1 parent 9b3634a commit fb65d84
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 @@ -73,6 +73,12 @@ global:
# - (os.cpu_count() or 4) * 4 + 1
# This setting probably should not be higher than max_connections which defaults to 100
# gunicorn_workers: 33
# If there are enough gunicorn workers to use up max_connections, you may also want to reduce CONN_MAX_AGE
# so health checks time out their connection faster and don't use all available connections
#
# Valid values are a number of seconds, eg:
# - 600
# conn_max_age: 600

# Enable usage of RBAC authorization mode
#
Expand Down

0 comments on commit fb65d84

Please sign in to comment.