Compare commits
2 Commits
9ffc6bd491
...
8537eb7456
| Author | SHA1 | Date | |
|---|---|---|---|
| 8537eb7456 | |||
| 5c251d83b5 |
@@ -25,6 +25,9 @@ matrix-synapse:
|
||||
msc3202_device_masquerading: true
|
||||
msc3202_transaction_extensions: true
|
||||
msc2409_to_device_messages_enabled: true
|
||||
app_service_config_files:
|
||||
- /synapse/config/conf.d/hookshot-registration.yaml
|
||||
- /synapse/config/conf.d/double-puppet-registration.yaml
|
||||
synapse:
|
||||
strategy:
|
||||
type: Recreate
|
||||
@@ -41,9 +44,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
|
||||
- name: double-puppet-registration-secret
|
||||
secret:
|
||||
secretName: double-puppet-registration-secret
|
||||
extraVolumeMounts:
|
||||
- name: matrix-synapse-config-secret
|
||||
mountPath: /synapse/config/conf.d/oidc.yaml
|
||||
@@ -65,10 +68,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
|
||||
- name: double-puppet-registration-secret
|
||||
mountPath: /synapse/config/conf.d/double-puppet-registration.yaml
|
||||
subPath: double-puppet-registration.yaml
|
||||
readOnly: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
|
||||
Reference in New Issue
Block a user