From c95dc2fe66c6d5101ae284e4c119fe6209a8f4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sun, 21 Jun 2026 16:07:42 +0000 Subject: [PATCH] lyrionmusicserver-clients service loadBalancerNodeSelector worker-node --- deploy/app/service.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/app/service.yaml b/deploy/app/service.yaml index bcf7c4d..736ccfd 100644 --- a/deploy/app/service.yaml +++ b/deploy/app/service.yaml @@ -24,8 +24,10 @@ spec: selector: app: lyrionmusicserver type: LoadBalancer + loadBalancerNodeSelector: + role: worker-node # restrict klipper-lb pod to worker-node, trying to reduce control-plane memory usage ports: - #! SlimProto clients require both control and stream ports. + #! SlimProto clients require both control and stream ports. # - TCP/UDP 3483: control channel (registration, handshake, status). # - TCP 9000: audio stream channel for local library playback. # If 9000 is blocked, internet radio may still work (clients connect directly to external servers),