update grafana with redis

This commit is contained in:
2025-03-30 14:30:43 +02:00
parent 9c16c9d99b
commit 27e5bb0b8d

View File

@@ -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