communication: advertise TURN over tcp
This commit is contained in:
parent
3948602c57
commit
10f7f3a8c6
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user