feat: reorganize media apps under namespace folders with media PVC

This commit is contained in:
2026-05-17 22:16:14 +00:00
parent 3fc29ffe21
commit a7328576c9
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: lidarr
namespace: media
spec:
selector:
app: lidarr
ports:
- port: 8686
targetPort: 8686
protocol: TCP
type: ClusterIP