refactor: reorganize manifests into namespace folders #56

Merged
gitea-admin merged 45 commits from orion/auto/refactor-reorganize-manifests-into-names-1779056072745 into main 2026-05-17 22:16:51 +00:00
Showing only changes of commit 45d170379f - Show all commits
+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