refactor: reorganize manifests into namespace folders

This commit is contained in:
2026-05-17 22:14:34 +00:00
parent c6a7ab83e4
commit 45d170379f
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: emby
namespace: media
spec:
selector:
app: emby
ports:
- port: 8096
targetPort: 8096
name: http
- port: 8920
targetPort: 8920
name: https