From 34eae756690b45a610f5a05ad8022350f909f8e0 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 10 Jul 2024 13:45:10 -0500 Subject: [PATCH] add redis for hookshot --- clusters/cl01tl/platform/matrix-synapse/Chart.yaml | 5 +++++ .../cl01tl/platform/matrix-synapse/values.yaml | 14 +++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/platform/matrix-synapse/Chart.yaml b/clusters/cl01tl/platform/matrix-synapse/Chart.yaml index 75a3f1a14..1fe920927 100644 --- a/clusters/cl01tl/platform/matrix-synapse/Chart.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/Chart.yaml @@ -38,6 +38,11 @@ dependencies: repository: https://bjw-s.github.io/helm-charts/ version: 3.2.1 - name: redis + alias: redis-synapse + version: 19.6.1 + repository: https://charts.bitnami.com/bitnami + - name: redis + alias: redis-hookshot version: 19.6.1 repository: https://charts.bitnami.com/bitnami - name: cloudflared diff --git a/clusters/cl01tl/platform/matrix-synapse/values.yaml b/clusters/cl01tl/platform/matrix-synapse/values.yaml index d2394f9e8..a0bd275c4 100644 --- a/clusters/cl01tl/platform/matrix-synapse/values.yaml +++ b/clusters/cl01tl/platform/matrix-synapse/values.yaml @@ -285,7 +285,8 @@ mautrix-whatsapp: readOnly: true mountPropagation: None subPath: config.yaml -redis: +redis-synapse: + fullnameOverride: matrix-synapse architecture: standalone auth: enabled: true @@ -297,6 +298,17 @@ redis: replica: persistence: enabled: false +redis-hookshot: + fullnameOverride: matrix-hookshot + architecture: standalone + auth: + enabled: false + master: + persistence: + enabled: false + replica: + persistence: + enabled: false cloudflared-synapse: name: cloudflared-synapse existingSecretName: matrix-synapse-cloudflared-synapse-secret