add redis for hookshot

This commit is contained in:
2024-07-10 13:45:10 -05:00
parent e1f600aaa0
commit 34eae75669
2 changed files with 18 additions and 1 deletions

View File

@@ -38,6 +38,11 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts/
version: 3.2.1
- name: redis
alias: redis-synapse
version: 19.6.1
repository: https://charts.bitnami.com/bitnami
- name: redis
alias: redis-hookshot
version: 19.6.1
repository: https://charts.bitnami.com/bitnami
- name: cloudflared

View File

@@ -285,7 +285,8 @@ mautrix-whatsapp:
readOnly: true
mountPropagation: None
subPath: config.yaml
redis:
redis-synapse:
fullnameOverride: matrix-synapse
architecture: standalone
auth:
enabled: true
@@ -297,6 +298,17 @@ redis:
replica:
persistence:
enabled: false
redis-hookshot:
fullnameOverride: matrix-hookshot
architecture: standalone
auth:
enabled: false
master:
persistence:
enabled: false
replica:
persistence:
enabled: false
cloudflared-synapse:
name: cloudflared-synapse
existingSecretName: matrix-synapse-cloudflared-synapse-secret