feat: deploy Arr Stack + Emby to media namespace

This commit is contained in:
2026-05-17 22:01:49 +00:00
parent 5a78ea7024
commit 25c2e1ce7d
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: bazarr
namespace: media
labels:
app: bazarr
spec:
type: ClusterIP
ports:
- port: 6767
targetPort: 6767
protocol: TCP
selector:
app: bazarr