diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml
index 7e3f22c2e5d65bec87957827c754b6e18a486128..1fe8425b9ca06bed62d407590d5630a147bfbbf4 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