From 25c32da81ea887aea04642f93179f7c7322f0750 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 22 Dec 2025 13:51:05 -0300 Subject: [PATCH] jitsi: add sip-communicator tcp harvester props --- services/jitsi/deployment.yaml | 1 + services/jitsi/jvb-configmap.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/services/jitsi/deployment.yaml b/services/jitsi/deployment.yaml index 0840320..cda62a3 100644 --- a/services/jitsi/deployment.yaml +++ b/services/jitsi/deployment.yaml @@ -108,6 +108,7 @@ spec: - | set -euo pipefail cp /custom-config/custom-jvb.conf /config/custom-jvb.conf + cp /custom-config/sip-communicator.properties /config/sip-communicator.properties volumeMounts: - { name: cfg, mountPath: /config } - { name: jvb-custom, mountPath: /custom-config } diff --git a/services/jitsi/jvb-configmap.yaml b/services/jitsi/jvb-configmap.yaml index d327a9e..b86d649 100644 --- a/services/jitsi/jvb-configmap.yaml +++ b/services/jitsi/jvb-configmap.yaml @@ -15,3 +15,7 @@ data: } } } + sip-communicator.properties: | + org.ice4j.ice.harvest.DISABLE_TCP_HARVESTER=false + org.jitsi.videobridge.TCP_HARVESTER_PORT=4443 + org.jitsi.videobridge.TCP_HARVESTER_MAPPED_PORT=4443