Skip to content

Commit

Permalink
feat(controller): permit setting GUNICORN_WORKERS
Browse files Browse the repository at this point in the history
and CONN_MAX_AGE from global values.yaml
  • Loading branch information
Kingdon Barrett committed Nov 23, 2020
1 parent 3aab23d commit 8344d5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/controller/templates/controller-deployment.yaml
Expand Up @@ -73,6 +73,10 @@ spec:
value: "{{ .Values.global.registry_location }}"
- name: "DEIS_REGISTRY_SECRET_PREFIX"
value: "{{ .Values.global.secret_prefix }}"
- name: "GUNICORN_WORKERS"
value: "{{ .Values.global.gunicorn_workers }}"
- name: "CONN_MAX_AGE"
value: "{{ .Values.global.conn_max_age }}"
- name: "SLUGRUNNER_IMAGE_NAME"
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 8344d5e

Please sign in to comment.