switch redis
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m6s

This commit is contained in:
2025-07-29 19:41:10 -05:00
parent 82e643e7ba
commit 28a695f6e0
3 changed files with 2 additions and 55 deletions

View File

@@ -12,7 +12,6 @@ sources:
- https://github.com/grafana/grafana-operator - https://github.com/grafana/grafana-operator
- https://github.com/cloudnative-pg/cloudnative-pg - https://github.com/cloudnative-pg/cloudnative-pg
- https://github.com/grafana/grafana-operator/tree/master/deploy/helm/grafana-operator - https://github.com/grafana/grafana-operator/tree/master/deploy/helm/grafana-operator
- https://github.com/bitnami/charts/tree/main/bitnami/valkey
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/postgres-cluster - https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/postgres-cluster
maintainers: maintainers:
- name: alexlebens - name: alexlebens
@@ -20,14 +19,6 @@ dependencies:
- name: grafana-operator - name: grafana-operator
version: v5.18.0 version: v5.18.0
repository: https://grafana.github.io/helm-charts repository: https://grafana.github.io/helm-charts
- name: valkey
alias: valkey-unified-alerting
version: 3.0.22
repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts
- name: valkey
alias: valkey-remote-cache
version: 3.0.22
repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts
- name: postgres-cluster - name: postgres-cluster
alias: postgres-17-cluster alias: postgres-17-cluster
version: 5.1.0 version: 5.1.0

View File

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

View File

@@ -12,50 +12,6 @@ grafana-operator:
enabled: true enabled: true
dashboard: dashboard:
enabled: false enabled: false
valkey-unified-alerting:
fullnameOverride: unified-alerting-valkey
architecture: standalone
auth:
enabled: false
usePasswordFiles: false
primary:
resources:
requests:
cpu: 100m
memory: 64Mi
persistence:
enabled: true
size: 1Gi
replica:
resources:
requests:
cpu: 100m
memory: 64Mi
persistence:
enabled: false
valkey-remote-cache:
fullnameOverride: remote-cache-valkey
architecture: replication
auth:
enabled: false
usePasswordFiles: false
primary:
resources:
requests:
cpu: 100m
memory: 64Mi
persistence:
enabled: true
size: 1Gi
replica:
replicaCount: 1
resources:
requests:
cpu: 100m
memory: 64Mi
persistence:
enabled: true
size: 1Gi
postgres-17-cluster: postgres-17-cluster:
mode: standalone mode: standalone
cluster: cluster: