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