feat: reorganize media apps under namespace folders with media PVC

This commit is contained in:
2026-05-17 22:16:14 +00:00
parent 1f9ebcb16a
commit 9bb53b1c3d
+16
View File
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: emby
namespace: media
spec:
selector:
app: emby
ports:
- port: 8096
targetPort: 8096
protocol: TCP
- port: 8920
targetPort: 8920
protocol: TCP
type: ClusterIP