communication: advertise TURN over tcp

This commit is contained in:
Brad Stein 2026-01-01 03:54:19 -03:00
parent 3948602c57
commit 10f7f3a8c6
2 changed files with 11 additions and 1 deletions

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