From 068c1f003dbea1b223aae02a1dc53ad805e55887 Mon Sep 17 00:00:00 2001 From: Ibrahim Mkusa Date: Sun, 17 Nov 2024 13:24:57 -0500 Subject: [PATCH] jellyfin svc type to Loadbalancer backed by metalllb --- manifests/jellyfin/install.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifests/jellyfin/install.yaml b/manifests/jellyfin/install.yaml index ea973e5..c2b35e8 100644 --- a/manifests/jellyfin/install.yaml +++ b/manifests/jellyfin/install.yaml @@ -54,9 +54,8 @@ spec: - port: 8096 protocol: TCP targetPort: 8096 - nodePort: 32001 selector: app: jellyfin - type: NodePort + type: LoadBalancer status: loadBalancer: {}