From 27e5bb0b8d048ebeb513851745e9deee839821d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 30 Mar 2025 14:30:43 +0200 Subject: [PATCH] update grafana with redis --- deploy/grafana/grafana-deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/grafana/grafana-deploy.yaml b/deploy/grafana/grafana-deploy.yaml index 7d935bf..fec748f 100644 --- a/deploy/grafana/grafana-deploy.yaml +++ b/deploy/grafana/grafana-deploy.yaml @@ -66,6 +66,10 @@ spec: secretKeyRef: name: grafana-db-secret key: password + - name: GF_SESSION_PROVIDER + value: "redis" + - name: GF_SESSION_PROVIDER_CONFIG + value: "redis://redis-lb.redis.svc.cluster.local:6379" resources: requests: cpu: 250m