refactor: reorganize manifests into namespace folders

This commit is contained in:
2026-05-17 22:14:36 +00:00
parent ceccf974d3
commit 35a6c98f8a
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: prowlarr
namespace: media
spec:
selector:
app: prowlarr
ports:
- port: 9696
targetPort: 9696
name: http