lyrionmusicserver-clients service loadBalancerNodeSelector worker-node

This commit is contained in:
Márcio Fernandes
2026-06-21 16:07:42 +00:00
parent 274958e1b2
commit c95dc2fe66
+3 -1
View File
@@ -24,8 +24,10 @@ spec:
selector: selector:
app: lyrionmusicserver app: lyrionmusicserver
type: LoadBalancer type: LoadBalancer
loadBalancerNodeSelector:
role: worker-node # restrict klipper-lb pod to worker-node, trying to reduce control-plane memory usage
ports: 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/UDP 3483: control channel (registration, handshake, status).
# - TCP 9000: audio stream channel for local library playback. # - TCP 9000: audio stream channel for local library playback.
# If 9000 is blocked, internet radio may still work (clients connect directly to external servers), # If 9000 is blocked, internet radio may still work (clients connect directly to external servers),