deploy jellyfin

This commit is contained in:
gilgamezh
2025-01-02 14:04:04 +01:00
parent e86b9d5e49
commit 7e0a5ee800
+25
View File
@@ -0,0 +1,25 @@
---
image:
repository: docker.io/jellyfin/jellyfin
tag: ""
pullPolicy: Always
service:
type: LoadBalancer
port: 8096
persistence:
config:
existingClaim: "plex-config"
media:
existingClaim: "plex-data"
resources:
requests:
memory: "2Gi"
cpu: "3"
ephemeral-storage: "50Mi"
limits:
memory: "6Gi"
cpu: "4"
ephemeral-storage: "1Gi"