diff --git a/src/main/resources/jitsi/deployment.yaml b/src/main/resources/jitsi/deployment.yaml index af4d1b7..8108f26 100644 --- a/src/main/resources/jitsi/deployment.yaml +++ b/src/main/resources/jitsi/deployment.yaml @@ -46,6 +46,8 @@ spec: value: Europe/Berlin - name: JVB_BREWERY_MUC value: jvbbrewery + - name: CONFIG_JSON + value: {"disableThirdPartyRequests": true} - name: prosody image: jitsi/prosody:stable-6826 imagePullPolicy: IfNotPresent @@ -83,6 +85,8 @@ spec: value: Europe/Berlin - name: JVB_TCP_HARVESTER_DISABLED value: "true" + - name: CONFIG_JSON + value: {"disableThirdPartyRequests": true} - name: web image: jitsi/web:stable-6826 imagePullPolicy: IfNotPresent @@ -107,6 +111,8 @@ spec: value: Europe/Berlin - name: JVB_TCP_HARVESTER_DISABLED value: "true" + - name: CONFIG_JSON + value: {"disableThirdPartyRequests": true} - name: jvb image: jitsi/jvb:stable-6826 imagePullPolicy: IfNotPresent @@ -144,4 +150,6 @@ spec: - name: JVB_BREWERY_MUC value: jvbbrewery - name: TZ - value: Europe/Berlin \ No newline at end of file + value: Europe/Berlin + - name: CONFIG_JSON + value: {"disableThirdPartyRequests": true} \ No newline at end of file