From 0de15bad3f64937a378356206605f958448c824c Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 31 Dec 2025 20:55:46 -0300 Subject: [PATCH] communication: use Cluster LB traffic policy --- services/communication/coturn.yaml | 2 +- services/communication/livekit.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/communication/coturn.yaml b/services/communication/coturn.yaml index 90510822..ede5bb42 100644 --- a/services/communication/coturn.yaml +++ b/services/communication/coturn.yaml @@ -98,7 +98,7 @@ spec: type: LoadBalancer loadBalancerClass: metallb loadBalancerIP: 192.168.22.5 - externalTrafficPolicy: Local + externalTrafficPolicy: Cluster selector: app: coturn ports: diff --git a/services/communication/livekit.yaml b/services/communication/livekit.yaml index df4ecb12..ad7f441e 100644 --- a/services/communication/livekit.yaml +++ b/services/communication/livekit.yaml @@ -108,7 +108,7 @@ spec: type: LoadBalancer loadBalancerClass: metallb loadBalancerIP: 192.168.22.6 - externalTrafficPolicy: Local + externalTrafficPolicy: Cluster selector: app: livekit ports: