Skip to content

Commit

Permalink
Merge branch 'Fix-F7T_GUNICORN_WORKER-missing-setting' into 'master'
Browse files Browse the repository at this point in the history
Adds F7T_GUNICORN_WORKER param for k8s deployment

See merge request firecrest/firecrest!329
  • Loading branch information
Elia Palme committed Dec 17, 2024
2 parents bcd6ce2 + 877549d commit 9fca18c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/k8s/config/templates/cm.common.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apiVersion: v1
data:
F7T_DEBUG_MODE: {{ .Values.global.F7T_DEBUG_MODE | default "False" | quote }}
F7T_GUNICORN_WORKER: {{ .Values.global.F7T_GUNICORN_WORKER | default "--workers=3 --threads=3" | quote }}
F7T_AUTH_HEADER_NAME: {{ .Values.F7T_AUTH_HEADER_NAME | default "Authorization" | quote }}
F7T_AUTH_REQUIRED_SCOPE: {{ .Values.F7T_AUTH_REQUIRED_SCOPE | default "" | quote }}
F7T_AUTH_ROLE: {{ .Values.F7T_AUTH_ROLE | default "" | quote }}
Expand Down

0 comments on commit 9fca18c

Please sign in to comment.