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