add hookshot
This commit is contained in:
@@ -24,6 +24,10 @@ dependencies:
|
|||||||
- name: matrix-synapse
|
- name: matrix-synapse
|
||||||
version: 3.9.5
|
version: 3.9.5
|
||||||
repository: https://ananace.gitlab.io/charts
|
repository: https://ananace.gitlab.io/charts
|
||||||
|
- name: app-template
|
||||||
|
alias: matrix-hookshot
|
||||||
|
repository: https://bjw-s.github.io/helm-charts/
|
||||||
|
version: 3.2.1
|
||||||
|
|
||||||
- name: redis
|
- name: redis
|
||||||
version: 19.5.0
|
version: 19.5.0
|
||||||
|
@@ -25,6 +25,9 @@ matrix-synapse:
|
|||||||
- name: matrix-synapse-config-secret
|
- name: matrix-synapse-config-secret
|
||||||
secret:
|
secret:
|
||||||
secretName: matrix-synapse-config-secret
|
secretName: matrix-synapse-config-secret
|
||||||
|
- name: matrix-hookshot-config-secret
|
||||||
|
secret:
|
||||||
|
secretName: matrix-hookshot-config-secret
|
||||||
|
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: matrix-synapse-config-secret
|
- name: matrix-synapse-config-secret
|
||||||
@@ -35,6 +38,10 @@ matrix-synapse:
|
|||||||
mountPath: /synapse/config/conf.d/config.yaml
|
mountPath: /synapse/config/conf.d/config.yaml
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
- name: matrix-hookshot-config-secret
|
||||||
|
mountPath: /synapse/config/conf.d/hookshot-registration.yaml
|
||||||
|
subPath: hookshot-registration.yaml
|
||||||
|
readOnly: true
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
Reference in New Issue
Block a user