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 1 additions and 4 deletions
Showing only changes of commit e9308b6bd1 - Show all commits

View File

@ -145,6 +145,7 @@ spec:
value: "-Dorg.ice4j.ice.harvest.DISABLE_TCP_HARVESTER=false -Dorg.jitsi.videobridge.TCP_HARVESTER_PORT=4443 -Dorg.jitsi.videobridge.TCP_HARVESTER_MAPPED_PORT=4443"
volumeMounts:
- { name: cfg, mountPath: /config }
- { name: jvb-custom, mountPath: /config/custom-jvb.conf, subPath: custom-jvb.conf }
volumes:
- name: cfg
persistentVolumeClaim: { claimName: jitsi-jvb-config }

View File

@ -15,7 +15,3 @@ 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