change valkey endpoint

This commit is contained in:
2025-06-01 19:17:18 -05:00
parent 54872e12c9
commit 0741f9fb95
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -187,7 +187,7 @@ renovate:
- name: RENOVATE_REPOSITORY_CACHE
value: true
- name: RENOVATE_REDIS_URL
value: redis://gitea-renovate-valkey-headless.gitea:6379
value: redis://gitea-renovate-valkey-primary.gitea:6379
- name: LOG_LEVEL
value: debug
envFrom: