jitsi: add tcp harvester config for 4443 (configmap)

This commit is contained in:
Brad Stein 2025-12-22 13:44:07 -03:00
parent 4c4928e8f1
commit 55b0e5ab70

View File

@ -0,0 +1,17 @@
# services/jitsi/jvb-configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: jitsi-jvb-custom-config
namespace: jitsi
data:
custom-jvb.conf: |
videobridge {
ice {
tcp {
enabled = true
port = 4443
mapped-port = 4443
}
}
}