replace with chart
All checks were successful
lint-test-helm / lint-helm (push) Successful in 15s
render-manifests-push / render-manifests-push (push) Successful in 35s
renovate / renovate (push) Successful in 1m47s

This commit is contained in:
2025-12-15 13:13:30 -06:00
parent 742667c3b9
commit d0e27d4a53
6 changed files with 38 additions and 147 deletions

View File

@@ -451,3 +451,25 @@ postgres-18-cluster:
# immediate: true
# schedule: "0 0 4 * * SAT"
# backupName: garage-remote
redis-replication-matrix-synapse:
replicationNameOverride: redis-replication-matrix-synapse
sentinelNameOverride: redis-sentinel-matrix-synapse
existingSecret:
enabled: true
name: matrix-synapse-redis-secret
key: password
redisReplication:
clusterSize: 3
redisSentinel:
enabled: true
clusterSize: 3
redis-replication-hookshot:
replicationNameOverride: redis-replication-hookshot
sentinelNameOverride: redis-sentinel-hookshot
existingSecret:
enabled: false
redisReplication:
clusterSize: 1
redisSentinel:
enabled: true
clusterSize: 3