feat: deploy Arr Stack + Emby to media namespace

This commit is contained in:
2026-05-17 22:01:46 +00:00
parent 236bc2ed78
commit 158f52bc3f
+15
View File
@@ -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