add bridges

This commit is contained in:
2024-06-01 22:02:53 -05:00
parent 1efe3ccc17
commit 14070b35c5
2 changed files with 23 additions and 4 deletions

View File

@@ -28,7 +28,14 @@ dependencies:
alias: matrix-hookshot alias: matrix-hookshot
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: app-template
alias: mautrix-discord
repository: https://bjw-s.github.io/helm-charts/
version: 3.2.1
- name: app-template
alias: mautrix-whatsapp
repository: https://bjw-s.github.io/helm-charts/
version: 3.2.1
- name: redis - name: redis
version: 19.5.0 version: 19.5.0
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami

View File

@@ -4,7 +4,7 @@ matrix-synapse:
argoCD: true argoCD: true
signingkey: signingkey:
job: job:
enabled: true enabled: false
config: config:
reportStats: false reportStats: false
enableRegistration: true enableRegistration: true
@@ -28,7 +28,12 @@ matrix-synapse:
- name: matrix-hookshot-config-secret - name: matrix-hookshot-config-secret
secret: secret:
secretName: matrix-hookshot-config-secret secretName: matrix-hookshot-config-secret
- name: mautrix-discord-config-secret
secret:
secretName: mautrix-discord-config-secret
- name: mautrix-whatsapp-config-secret
secret:
secretName: mautrix-whatsapp-config-secret
extraVolumeMounts: extraVolumeMounts:
- name: matrix-synapse-config-secret - name: matrix-synapse-config-secret
mountPath: /synapse/config/conf.d/oidc.yaml mountPath: /synapse/config/conf.d/oidc.yaml
@@ -42,7 +47,14 @@ matrix-synapse:
mountPath: /synapse/config/conf.d/hookshot-registration.yaml mountPath: /synapse/config/conf.d/hookshot-registration.yaml
subPath: hookshot-registration.yaml subPath: hookshot-registration.yaml
readOnly: true readOnly: true
- name: mautrix-discord-config-secret
mountPath: /synapse/config/conf.d/mautrix-discord-registration.yaml
subPath: mautrix-discord-registration.yaml
readOnly: true
- name: mautrix-whatsapp-config-secret
mountPath: /synapse/config/conf.d/mautrix-whatsapp-registration.yaml
subPath: mautrix-whatsapp-registration.yaml
readOnly: true
resources: resources:
requests: requests:
cpu: 100m cpu: 100m