From 8c21b43d3f7b2f81edb566f300c0a24e95e5cb37 Mon Sep 17 00:00:00 2001 From: mafyuh Date: Wed, 3 Jul 2024 08:30:33 -0400 Subject: [PATCH] Update apps/production/radarr/service.yaml --- apps/production/radarr/service.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/production/radarr/service.yaml b/apps/production/radarr/service.yaml index 55ab479..ea3c32e 100644 --- a/apps/production/radarr/service.yaml +++ b/apps/production/radarr/service.yaml @@ -1,4 +1,3 @@ ---- apiVersion: v1 kind: Service metadata: @@ -8,4 +7,4 @@ spec: clusterIP: None selector: app: radarr - type: ClusterIP \ No newline at end of file + type: LoadBalancer