add redis for hookshot
This commit is contained in:
@@ -38,6 +38,11 @@ dependencies:
|
|||||||
repository: https://bjw-s.github.io/helm-charts/
|
repository: https://bjw-s.github.io/helm-charts/
|
||||||
version: 3.2.1
|
version: 3.2.1
|
||||||
- name: redis
|
- name: redis
|
||||||
|
alias: redis-synapse
|
||||||
|
version: 19.6.1
|
||||||
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
- name: redis
|
||||||
|
alias: redis-hookshot
|
||||||
version: 19.6.1
|
version: 19.6.1
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
- name: cloudflared
|
- name: cloudflared
|
||||||
|
@@ -285,7 +285,8 @@ mautrix-whatsapp:
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
redis:
|
redis-synapse:
|
||||||
|
fullnameOverride: matrix-synapse
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
auth:
|
auth:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -297,6 +298,17 @@ redis:
|
|||||||
replica:
|
replica:
|
||||||
persistence:
|
persistence:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
redis-hookshot:
|
||||||
|
fullnameOverride: matrix-hookshot
|
||||||
|
architecture: standalone
|
||||||
|
auth:
|
||||||
|
enabled: false
|
||||||
|
master:
|
||||||
|
persistence:
|
||||||
|
enabled: false
|
||||||
|
replica:
|
||||||
|
persistence:
|
||||||
|
enabled: false
|
||||||
cloudflared-synapse:
|
cloudflared-synapse:
|
||||||
name: cloudflared-synapse
|
name: cloudflared-synapse
|
||||||
existingSecretName: matrix-synapse-cloudflared-synapse-secret
|
existingSecretName: matrix-synapse-cloudflared-synapse-secret
|
||||||
|
Reference in New Issue
Block a user