From 158f52bc3f584cc87f95a6eb9772d92c96169079 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sun, 17 May 2026 22:01:46 +0000 Subject: [PATCH] feat: deploy Arr Stack + Emby to media namespace --- deployments/media/sonarr/service.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 deployments/media/sonarr/service.yaml diff --git a/deployments/media/sonarr/service.yaml b/deployments/media/sonarr/service.yaml new file mode 100644 index 0000000..961b3b8 --- /dev/null +++ b/deployments/media/sonarr/service.yaml @@ -0,0 +1,15 @@ +apiVersion: v1 +kind: Service +metadata: + name: sonarr + namespace: media + labels: + app: sonarr +spec: + type: ClusterIP + ports: + - port: 8989 + targetPort: 8989 + protocol: TCP + selector: + app: sonarr \ No newline at end of file