From df88693c58675fdb23fab5cbee684328481f2ab0 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Mon, 18 May 2026 22:16:41 +0000 Subject: [PATCH] feat: restructure media stack with correct manifests --- deployments/media/radarr/service.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deployments/media/radarr/service.yaml b/deployments/media/radarr/service.yaml index 9a12b57..cbfb86e 100644 --- a/deployments/media/radarr/service.yaml +++ b/deployments/media/radarr/service.yaml @@ -7,7 +7,8 @@ spec: selector: app: radarr ports: - - port: 7878 - targetPort: 7878 + - name: http protocol: TCP - type: ClusterIP \ No newline at end of file + port: 7878 + targetPort: 7878 + type: ClusterIP