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 - host: turn.live.bstein.dev
port: 5349 port: 5349
protocol: tls protocol: tls
- host: turn.live.bstein.dev
port: 3478
protocol: tcp
- host: turn.live.bstein.dev - host: turn.live.bstein.dev
port: 3478 port: 3478
protocol: udp protocol: udp

View File

@ -13,7 +13,7 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
checksum/config: livekit-config-v3 checksum/config: livekit-config-v4
labels: labels:
app: livekit app: livekit
spec: spec:
@ -63,6 +63,13 @@ spec:
secretKeyRef: secretKeyRef:
name: turn-shared-secret name: turn-shared-secret
key: TURN_STATIC_AUTH_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: ports:
- containerPort: 7880 - containerPort: 7880
name: http name: http