From e2372bcbc0eea973274f5fcfb7beb1f2d249f14b Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sun, 17 May 2026 22:17:04 +0000 Subject: [PATCH] feat: reorganize media apps under namespace folders with media PVC --- deployments/media/emby/service.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deployments/media/emby/service.yaml b/deployments/media/emby/service.yaml index 8beb30b..bb2ca1b 100644 --- a/deployments/media/emby/service.yaml +++ b/deployments/media/emby/service.yaml @@ -9,7 +9,8 @@ spec: ports: - port: 8096 targetPort: 8096 - name: http + protocol: TCP - port: 8920 targetPort: 8920 - name: https + protocol: TCP + type: ClusterIP \ No newline at end of file