feat: deploy Arr Stack + Emby to media namespace

This commit is contained in:
2026-05-17 22:01:50 +00:00
parent a3dffd9030
commit 7c29b1a332
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: readarr
namespace: media
labels:
app: readarr
spec:
type: ClusterIP
ports:
- port: 8787
targetPort: 8787
protocol: TCP
selector:
app: readarr