add hookshot

This commit is contained in:
2024-07-08 22:40:00 -05:00
parent e5215d4897
commit d130eff9a1
2 changed files with 16 additions and 3 deletions

View File

@@ -25,6 +25,9 @@ matrix-synapse:
- name: matrix-synapse-config-secret
secret:
secretName: matrix-synapse-config-secret
- name: matrix-hookshot-config-secret
secret:
secretName: matrix-hookshot-config-secret
extraVolumeMounts:
- name: matrix-synapse-config-secret
@@ -35,6 +38,10 @@ matrix-synapse:
mountPath: /synapse/config/conf.d/config.yaml
subPath: config.yaml
readOnly: true
- name: matrix-hookshot-config-secret
mountPath: /synapse/config/conf.d/hookshot-registration.yaml
subPath: hookshot-registration.yaml
readOnly: true
resources:
requests: