From d93611b5aa1ab77fd839d9320fbd804f880dd086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Pastor?= Date: Thu, 6 Jun 2024 16:45:10 +0200 Subject: [PATCH] Update deployment-web.yaml --- templates/deployment-web.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/deployment-web.yaml b/templates/deployment-web.yaml index f32b1a5..b7dbad7 100644 --- a/templates/deployment-web.yaml +++ b/templates/deployment-web.yaml @@ -36,8 +36,6 @@ spec: {{- else }} value: postgres://{{ .Values.postgresql.credentials.postgresUser }}:{{ .Values.postgresql.credentials.postgresPassword }}@db:5432/{{ .Values.postgresql.postgresDatabase }} {{- end }} - - name: ALLOWED_HOSTS - value: localhost {{- if .Values.settings.email.enabled }} - name: EMAIL_HOST value: {{ .Values.settings.email.emailHost }}