add bridges

This commit is contained in:
2024-05-26 14:28:20 -05:00
parent ed51fc943b
commit 475c1eef55
3 changed files with 128 additions and 0 deletions

View File

@@ -28,6 +28,12 @@ matrix-synapse:
- name: matrix-hookshot-config-secret
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:
- name: matrix-synapse-config-secret
mountPath: /synapse/config/conf.d/oidc.yaml
@@ -41,6 +47,14 @@ matrix-synapse:
mountPath: /synapse/config/conf.d/hookshot-registration.yaml
subPath: hookshot-registration.yaml
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:
requests:
cpu: 100m
@@ -113,6 +127,36 @@ matrix-hookshot:
existingSecret: matrix-hookshot-config-secret
existingRegistrationSecret: matrix-hookshot-config-secret
existingPasskeySecret: matrix-hookshot-config-secret
mautrix-discord:
deployment:
resources:
requests:
cpu: 100m
memory: 128Mi
ingress:
enabled: false
persistence:
enabled: ture
storageClass: ceph-block
size: 500Mi
mautrixDiscord:
existingSecret: mautrix-discord-config-secret
existingRegistrationSecret: mautrix-discord-config-secret
mautrix-whatsapp:
deployment:
resources:
requests:
cpu: 100m
memory: 128Mi
ingress:
enabled: false
persistence:
enabled: ture
storageClass: ceph-block
size: 500Mi
mautrixWhatsapp:
existingSecret: mautrix-whatsapp-config-secret
existingRegistrationSecret: mautrix-whatsapp-config-secret
redis:
architecture: standalone
auth: