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 9ca1721
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,15 @@ 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, or 0 to disable persistent connections.
# Setting the value to "None" will ensure that connections are never timed out.
# - 0
# - 600
# - "None"
# conn_max_age: 600

# Enable usage of RBAC authorization mode
#
Expand Down

0 comments on commit 9ca1721

Please sign in to comment.