From a3c26ae15a5ed7ed1aa045b7807a8d91ad96c497 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sun, 17 May 2026 22:17:09 +0000 Subject: [PATCH] feat: reorganize media apps under namespace folders with media PVC --- deployments/media/sonarr/service.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deployments/media/sonarr/service.yaml b/deployments/media/sonarr/service.yaml index ef59ac1..b382793 100644 --- a/deployments/media/sonarr/service.yaml +++ b/deployments/media/sonarr/service.yaml @@ -9,4 +9,5 @@ spec: ports: - port: 8989 targetPort: 8989 - name: http + protocol: TCP + type: ClusterIP \ No newline at end of file