feat: reorganize media apps under namespace folders with media PVC

This commit is contained in:
2026-05-17 22:16:18 +00:00
parent ee6b842d84
commit 2e659f25f7
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: sonarr
namespace: media
spec:
selector:
app: sonarr
ports:
- port: 8989
targetPort: 8989
protocol: TCP
type: ClusterIP