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