feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 25c32da81e - Show all commits

View File

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

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