From fb65d845c5c64ec5f3c18cd8e24e7afea8525c82 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Sat, 25 Aug 2018 14:15:53 -0400 Subject: [PATCH] feat(charts): override controller CONN_MAX_AGE --- charts/workflow/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/workflow/values.yaml b/charts/workflow/values.yaml index 369dd2f0f..c32d471bd 100644 --- a/charts/workflow/values.yaml +++ b/charts/workflow/values.yaml @@ -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 #