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

View File

@ -14,6 +14,9 @@ data:
- host: turn.live.bstein.dev
port: 5349
protocol: tls
- host: turn.live.bstein.dev
port: 3478
protocol: tcp
- host: turn.live.bstein.dev
port: 3478
protocol: udp

View File

@ -13,7 +13,7 @@ spec:
template:
metadata:
annotations:
checksum/config: livekit-config-v3
checksum/config: livekit-config-v4
labels:
app: livekit
spec:
@ -63,6 +63,13 @@ spec:
secretKeyRef:
name: turn-shared-secret
key: TURN_STATIC_AUTH_SECRET
- name: LIVEKIT_RTC__TURN_SERVERS_2__USERNAME
value: livekit
- name: LIVEKIT_RTC__TURN_SERVERS_2__CREDENTIAL
valueFrom:
secretKeyRef:
name: turn-shared-secret
key: TURN_STATIC_AUTH_SECRET
ports:
- containerPort: 7880
name: http