add mautrix discord and whatsapp

This commit is contained in:
2024-07-10 15:18:27 -05:00
parent 6ac5f01f53
commit b9b16cd6ad
3 changed files with 40 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ matrix-synapse:
- name: mautrix-whatsapp-config-secret
secret:
secretName: mautrix-whatsapp-config-secret
- name: double-puppet-registration-secret
secret:
secretName: double-puppet-registration-secret
extraVolumeMounts:
- name: matrix-synapse-config-secret
mountPath: /synapse/config/conf.d/oidc.yaml
@@ -55,6 +58,10 @@ matrix-synapse:
mountPath: /synapse/config/conf.d/mautrix-whatsapp-registration.yaml
subPath: mautrix-whatsapp-registration.yaml
readOnly: true
- name: double-puppet-registration-secret
mountPath: /synapse/config/conf.d/double-puppet-registration.yaml
subPath: double-puppet-registration.yaml
readOnly: true
resources:
requests:
cpu: 100m