communication: fix LiveKit udp_port mux syntax
This commit is contained in:
parent
a260d55826
commit
b7b1ffde6c
@ -7,7 +7,7 @@ data:
|
|||||||
livekit.yaml: |
|
livekit.yaml: |
|
||||||
port: 7880
|
port: 7880
|
||||||
rtc:
|
rtc:
|
||||||
udp_port: 7882
|
udp_port: "7882-7882"
|
||||||
tcp_port: 7881
|
tcp_port: 7881
|
||||||
use_external_ip: true
|
use_external_ip: true
|
||||||
turn_servers:
|
turn_servers:
|
||||||
|
|||||||
@ -12,6 +12,8 @@ spec:
|
|||||||
app: livekit
|
app: livekit
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
annotations:
|
||||||
|
checksum/config: livekit-config-v2
|
||||||
labels:
|
labels:
|
||||||
app: livekit
|
app: livekit
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user