From 389a3d1383daab67550de5a380166f3a4f7eb293 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 24 Feb 2023 21:43:35 +0100 Subject: [PATCH] Added redis fqdn [CI SKIP] --- .argo/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.argo/deployment.yaml b/.argo/deployment.yaml index 432c62a..8a6f874 100644 --- a/.argo/deployment.yaml +++ b/.argo/deployment.yaml @@ -24,6 +24,8 @@ spec: - containerPort: 8080 name: web env: + - name: REDIS_ADDRESS + value: "npm-cache-redis.drone.svc.cluster.local:6379" - name: CACHE_TTL value: "43200" - name: LISTEN_ADDRESS