From b25d9f2e8c5872559e2c2d7b58f7d843a49832f1 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 3 Jun 2022 10:34:03 +0200 Subject: [PATCH] Remove STUN Servers from JVB According to community forums, these are unnecessary if the IP is fixed. --- src/main/resources/jitsi/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/resources/jitsi/deployment.yaml b/src/main/resources/jitsi/deployment.yaml index 78f5c8a..26abe5c 100644 --- a/src/main/resources/jitsi/deployment.yaml +++ b/src/main/resources/jitsi/deployment.yaml @@ -135,8 +135,6 @@ spec: value: auth.meet.meissa-gmbh - name: XMPP_INTERNAL_MUC_DOMAIN value: internal-muc.meet.meissa-gmbh - - name: JVB_STUN_SERVERS - value: stun.1und1.de:3478,stun.t-online.de:3478,stun.hosteurope.de:3478 - name: JICOFO_AUTH_USER value: focus - name: JVB_TCP_HARVESTER_DISABLED