From f161a5cf6a0706ee6b6acaa76636581fb0c2bbf4 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Fri, 13 Dec 2024 14:41:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(helm)=20configure=20recording=20in?= =?UTF-8?q?=20production?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enabled recording feature in production. MinIO needs to trigger a webhook when a new recording is saved. Secret will be updated in the upcoming commits. --- src/helm/env.d/production/values.meet.yaml.gotmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/helm/env.d/production/values.meet.yaml.gotmpl b/src/helm/env.d/production/values.meet.yaml.gotmpl index 9d1ff458..40d547b5 100644 --- a/src/helm/env.d/production/values.meet.yaml.gotmpl +++ b/src/helm/env.d/production/values.meet.yaml.gotmpl @@ -116,6 +116,12 @@ backend: name: meet-media-storage.bucket.libre.sh key: bucket AWS_S3_REGION_NAME: local + RECORDING_ENABLE: True + RECORDING_STORAGE_EVENT_ENABLE: True + RECORDING_STORAGE_EVENT_TOKEN: + secretKeyRef: + name: backend + key: RECORDING_STORAGE_EVENT_TOKEN createsuperuser: command: