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