2 Commits

Author SHA1 Message Date
8537eb7456 add app service conf
All checks were successful
lint-test-helm / lint-helm (push) Successful in 18s
render-manifests-push / render-manifests-push (push) Successful in 43s
renovate / renovate (push) Successful in 1m55s
2025-12-12 21:35:16 -06:00
5c251d83b5 add double puppet 2025-12-12 21:26:27 -06:00

View File

@@ -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