feat: reorganize media apps under namespace folders with media PVC

This commit is contained in:
2026-05-17 22:16:13 +00:00
parent 02a195233a
commit 5bc62cae9f
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: bazarr
namespace: media
spec:
selector:
app: bazarr
ports:
- port: 6767
targetPort: 6767
protocol: TCP
type: ClusterIP