From f86b3b356e71fbfab29c3c93ad54d00e601134dc Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Tue, 2 Jul 2024 23:36:46 -0400 Subject: [PATCH] add service --- apps/production/radarr/service.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/production/radarr/service.yaml diff --git a/apps/production/radarr/service.yaml b/apps/production/radarr/service.yaml new file mode 100644 index 0000000..79046d7 --- /dev/null +++ b/apps/production/radarr/service.yaml @@ -0,0 +1,11 @@ +--- +apiVersion: v1 +kind: Service +metadata: + name: headless-radarr + namespace: default +spec: + clusterIP: None + selector: + app: radarr + type: LoadBalancer \ No newline at end of file