2 Commits

Author SHA1 Message Date
69c5d996a6 change threshhold 2025-06-01 19:17:43 -05:00
0741f9fb95 change valkey endpoint 2025-06-01 19:17:18 -05:00
3 changed files with 4 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ gatus:
url: http://ntfy.ntfy
token: ${NTFY_TOKEN}
default-alert:
failure-threshold: 3
failure-threshold: 5
send-on-resolved: true
click: "https://gatus.alexlebens.net"
security:

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: