add valkey for unified alerting

This commit is contained in:
2025-05-14 23:02:32 -05:00
parent 16a39e246e
commit e11d1aa84f
3 changed files with 18 additions and 6 deletions

View File

@@ -19,6 +19,10 @@ dependencies:
- name: grafana-operator
version: v5.18.0
repository: https://grafana.github.io/helm-charts
- name: valkey
alias: valkey-unified-alerting
version: 3.0.4
repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts
- name: postgres-cluster
alias: postgres-17-cluster
version: 5.0.7

View File

@@ -29,7 +29,7 @@ spec:
auto_assign_org_id: "1"
auth:
disable_login_form: "true"
oauth_auto_login: "true"
auto_login: "true"
signout_redirect_url: https://authentik.alexlebens.net/application/o/grafana/end-session/
auth.generic_oauth:
enabled: "true"
@@ -50,11 +50,7 @@ spec:
password: ${DB_PASSWORD}
unified_alerting:
enabled: "false"
ha_listen_address: "${POD_IP}:9094"
ha_peers: "grafana-alerting:9094"
ha_advertise_address: "${POD_IP}:9094"
ha_peer_timeout: 15s
ha_reconnect_timeout: 2m
ha_redis_address: redis://grafana-operator-valkey-headless.grafana-operator:6379
deployment:
spec:
template:

View File

@@ -12,6 +12,18 @@ grafana-operator:
enabled: true
dashboard:
enabled: false
valkey-unified-alerting:
architecture: standalone
auth:
enabled: false
usePasswordFiles: false
primary:
persistence:
enabled: true
size: 1Gi
replica:
persistence:
enabled: false
postgres-17-cluster:
mode: standalone
cluster: