From 68442d9e21c2f6c3975348f60a99a7a4d2d5723b Mon Sep 17 00:00:00 2001 From: Michael Jerger <michael.jerger@meissa-gmbh.de> Date: Tue, 18 Feb 2025 08:55:01 +0100 Subject: [PATCH] use official web --- src/main/resources/jitsi/web-config-deployment.yaml | 2 +- src/main/resources/jitsi/web-config-envs-cm.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/resources/jitsi/web-config-deployment.yaml b/src/main/resources/jitsi/web-config-deployment.yaml index eef7f25..a7996cf 100644 --- a/src/main/resources/jitsi/web-config-deployment.yaml +++ b/src/main/resources/jitsi/web-config-deployment.yaml @@ -25,7 +25,7 @@ spec: - name: jitsi-meet securityContext: {} - image: domaindrivenarchitecture/c4k-jitsi-web + image: jitsi/web:stable-10008 imagePullPolicy: IfNotPresent envFrom: - configMapRef: diff --git a/src/main/resources/jitsi/web-config-envs-cm.yaml b/src/main/resources/jitsi/web-config-envs-cm.yaml index aa380f0..0e78825 100644 --- a/src/main/resources/jitsi/web-config-envs-cm.yaml +++ b/src/main/resources/jitsi/web-config-envs-cm.yaml @@ -16,7 +16,6 @@ data: RESOLUTION_MIN: "240" RESOLUTION_WIDTH: "853" RESOLUTION_WIDTH_MIN: "427" - DISABLE_AUDIO_LEVELS: "true" + DISABLE_AUDIO_LEVELS: true ETHERPAD_PUBLIC_URL: REPLACE_ME - WHITEBOARD_ENABLED: "true" WHITEBOARD_COLLAB_SERVER_PUBLIC_URL: REPLACE_ME \ No newline at end of file