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

View File

@ -7,7 +7,7 @@ data:
livekit.yaml: | livekit.yaml: |
port: 7880 port: 7880
rtc: rtc:
udp_port: 7882 udp_port: "7882-7882"
tcp_port: 7881 tcp_port: 7881
use_external_ip: true use_external_ip: true
turn_servers: turn_servers:

View File

@ -12,6 +12,8 @@ spec:
app: livekit app: livekit
template: template:
metadata: metadata:
annotations:
checksum/config: livekit-config-v2
labels: labels:
app: livekit app: livekit
spec: spec: