feat: deploy Arr Stack + Emby to media namespace

This commit is contained in:
2026-05-17 22:01:48 +00:00
parent 65fc0a3e40
commit a4f2d6f2d5
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: prowlarr
namespace: media
labels:
app: prowlarr
spec:
type: ClusterIP
ports:
- port: 9696
targetPort: 9696
protocol: TCP
selector:
app: prowlarr