jitsi: add sip-communicator tcp harvester props
This commit is contained in:
parent
bde4002362
commit
25c32da81e
@ -108,6 +108,7 @@ spec:
|
|||||||
- |
|
- |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
cp /custom-config/custom-jvb.conf /config/custom-jvb.conf
|
cp /custom-config/custom-jvb.conf /config/custom-jvb.conf
|
||||||
|
cp /custom-config/sip-communicator.properties /config/sip-communicator.properties
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- { name: cfg, mountPath: /config }
|
- { name: cfg, mountPath: /config }
|
||||||
- { name: jvb-custom, mountPath: /custom-config }
|
- { name: jvb-custom, mountPath: /custom-config }
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user