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