From b7b1ffde6cd4ab31995e5e7b99ddd7c82638f17d Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 31 Dec 2025 18:44:54 -0300 Subject: [PATCH] communication: fix LiveKit udp_port mux syntax --- services/communication/livekit-config.yaml | 2 +- services/communication/livekit.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/services/communication/livekit-config.yaml b/services/communication/livekit-config.yaml index 364132a..68c33ec 100644 --- a/services/communication/livekit-config.yaml +++ b/services/communication/livekit-config.yaml @@ -7,7 +7,7 @@ data: livekit.yaml: | port: 7880 rtc: - udp_port: 7882 + udp_port: "7882-7882" tcp_port: 7881 use_external_ip: true turn_servers: diff --git a/services/communication/livekit.yaml b/services/communication/livekit.yaml index 6df4acd..eea9d94 100644 --- a/services/communication/livekit.yaml +++ b/services/communication/livekit.yaml @@ -12,6 +12,8 @@ spec: app: livekit template: metadata: + annotations: + checksum/config: livekit-config-v2 labels: app: livekit spec: