From fb44dfcf21c44c14bc0b3b5ed420469522aded79 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@hebeler.club> Date: Fri, 22 Mar 2024 22:13:40 +0100 Subject: [PATCH] overwrite env --- chart/templates/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index 7e3f22c2e..1fe8425b9 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -119,6 +119,10 @@ spec: value: {{ .Values.environment }} - name: APP_URL value: {{ .Values.app_url }} + - name: REDIS_HOST + value: "127.0.0.1" + - name: REDIS_PORT + value: "6379" volumeMounts: - name: secrets mountPath: /metager/metager_app/.env -- GitLab