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 c6a7ab83e4 - Show all commits
+31
View File
@@ -0,0 +1,31 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: emby
namespace: media
labels:
app: emby
spec:
replicas: 1
selector:
matchLabels:
app: emby
template:
metadata:
labels:
app: emby
spec:
containers:
- name: emby
image: emby/embyserver:latest
ports:
- containerPort: 8096
- containerPort: 8920
env: []
resources:
requests:
cpu: 500m
memory: 1Gi
limits:
cpu: 2000m
memory: 4Gi