From d130eff9a1d97615547a3372cbedcd40d7ec1316 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Mon, 8 Jul 2024 22:40:00 -0500 Subject: [PATCH] add hookshot --- clusters/cl01tl/platform/matrix-synapse/Chart.yaml | 12 +++++++++--- clusters/cl01tl/platform/matrix-synapse/values.yaml | 7 +++++++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/platform/matrix-synapse/Chart.yaml b/clusters/cl01tl/platform/matrix-synapse/Chart.yaml index 3ebed6b2f..38ec042a6 100644 --- a/clusters/cl01tl/platform/matrix-synapse/Chart.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/Chart.yaml @@ -33,15 +33,21 @@ dependencies: - name: matrix-synapse version: 3.9.6 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 version: 19.6.1 repository: https://charts.bitnami.com/bitnami - name: cloudflared alias: cloudflared-synapse repository: http://alexlebens.github.io/helm-charts - version: 1.4.1 - + version: 1.4.0 + - name: cloudflared + alias: cloudflared-hookshot + repository: http://alexlebens.github.io/helm-charts + version: 1.4.0 - name: postgres-cluster alias: postgres-16-cluster version: 3.8.3 diff --git a/clusters/cl01tl/platform/matrix-synapse/values.yaml b/clusters/cl01tl/platform/matrix-synapse/values.yaml index 737e88182..36e645144 100644 --- a/clusters/cl01tl/platform/matrix-synapse/values.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/values.yaml @@ -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: