feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit 638b37cb37 - Show all commits

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