jitsi: add sip-communicator tcp harvester props

This commit is contained in:
Brad Stein 2025-12-22 13:51:05 -03:00
parent bde4002362
commit 25c32da81e
2 changed files with 5 additions and 0 deletions

View File

@ -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 }

View File

@ -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