feat: reorganize media apps under namespace folders with media PVC

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