Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
f9d5e31a
Commit
f9d5e31a
authored
Jun 15, 2022
by
Bryan BRANCOTTE
Browse files
debug to false for celery to prevent memory leak
parent
8e2073cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
chart/templates/deployment-celery-worker.yaml
View file @
f9d5e31a
...
...
@@ -36,7 +36,7 @@ spec:
# command: ["/docker-celery-entrypoint.sh", "hold_on"]
env
:
-
name
:
DJANGO_DEBUG
value
:
"
tru
e"
value
:
"
fals
e"
-
name
:
POSTGRES_HOST
value
:
{{
printf "%s-postgresql" .Release.Name
}}{{
- if .Values.postgresqlBackend.bitnami.enabled
}}
bitnami{{end}}
-
name
:
POSTGRES_DB
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment