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