feat: migrated to valkey
All checks were successful
lint-test-helm / lint-helm (push) Successful in 25s
renovate / renovate (push) Successful in 2m10s
render-manifests-push / render-manifests-push (push) Successful in 3m30s

This commit is contained in:
2026-03-05 23:20:19 -06:00
parent 723ad592c9
commit 1c315f9d6e
4 changed files with 20 additions and 24 deletions

View File

@@ -45,10 +45,10 @@ spec:
password: ${DB_PASSWORD}
remote_cache:
type: redis
connstr: addr=redis-replication-remote-cache-master.grafana-operator:6379,pool_size=100,db=0,ssl=false
connstr: addr=grafana-operator-valkey-remote-cache.grafana-operator:6379,pool_size=100,db=0,ssl=false
unified_alerting:
enabled: "true"
ha_redis_address: redis-replication-unified-alerting-master.grafana-operator:6379
ha_redis_address: grafana-operator-valkey-unified-alerting.grafana-operator:6379
deployment:
spec:
replicas: 3