feat: reorganize media apps under namespace folders with media PVC

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