Skip to content
Snippets Groups Projects
Commit 8139af3b authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

set debug to false in production, closes #277

parent 7623f4ca
No related branches found
No related tags found
1 merge request!58set debug to false in production, closes #277
Pipeline #115235 waiting for manual action
......@@ -45,7 +45,7 @@ spec:
# command: ["/docker-entrypoint.sh", "gunicorn", "--bind", ":8000", "ippisite.wsgi:application", "--threads", "4"]
env:
- name: DJANGO_DEBUG
value: "true"
value: {{ .Values.django.debug | quote }}
- name: POSTGRES_HOST
value: {{ printf "%s-postgresql" .Release.Name }}{{- if .Values.postgresqlBackend.bitnami.enabled }}bitnami{{end}}
- name: POSTGRES_DB
......
# this file overwrites default settings from values.yaml to fit into the dev namespaces
django:
debug: true
resources:
requests:
ephemeral-storage: "0"
......
......@@ -51,6 +51,7 @@ ingress:
django:
name: ippidb
debug: false
persistence:
size: 130Gi
enabled: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment