🔧(helm) configure recording in production
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.
This commit is contained in:
committed by
aleb_the_flash
parent
51270571bc
commit
f161a5cf6a
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user