update grafana with redis
This commit is contained in:
@@ -66,6 +66,10 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: grafana-db-secret
|
name: grafana-db-secret
|
||||||
key: password
|
key: password
|
||||||
|
- name: GF_SESSION_PROVIDER
|
||||||
|
value: "redis"
|
||||||
|
- name: GF_SESSION_PROVIDER_CONFIG
|
||||||
|
value: "redis://redis-lb.redis.svc.cluster.local:6379"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 250m
|
cpu: 250m
|
||||||
|
|||||||
Reference in New Issue
Block a user