summaryrefslogtreecommitdiff
path: root/f3s/jellyfin/values.yaml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-31 19:50:29 +0200
committerPaul Buetow <paul@buetow.org>2026-01-31 19:50:29 +0200
commitdc62ca6ab585f38d4d8e2ace98199d4887719821 (patch)
tree9c1ab576ac01852a20fc87053d88aa95b79d5250 /f3s/jellyfin/values.yaml
parent37a776605bab8cdf0afbe4951de438cbafa61b46 (diff)
cleanup
Diffstat (limited to 'f3s/jellyfin/values.yaml')
-rw-r--r--f3s/jellyfin/values.yaml52
1 files changed, 0 insertions, 52 deletions
diff --git a/f3s/jellyfin/values.yaml b/f3s/jellyfin/values.yaml
deleted file mode 100644
index abcfc26..0000000
--- a/f3s/jellyfin/values.yaml
+++ /dev/null
@@ -1,52 +0,0 @@
-# Jellyfin Helm Chart Configuration
-# Deploy to services namespace with persistent storage
-
-# Image configuration
-image:
- repository: jellyfin/jellyfin
- tag: "10.11.6"
- pullPolicy: IfNotPresent
-
-# Persistence
-persistence:
- config:
- enabled: true
- type: pvc
- existingClaim: jellyfin-pvc
- mountPath: /config
- size: 50Gi
-
-# Service configuration
-service:
- type: ClusterIP
- port: 8096
-
-# Ingress configuration
-ingress:
- enabled: true
- ingressClassName: traefik
- annotations:
- traefik.ingress.kubernetes.io/router.entrypoints: web
- hosts:
- - host: jellyfin.f3s.buetow.org
- paths:
- - path: /
- pathType: Prefix
-
-# Resources
-resources:
- requests:
- cpu: 500m
- memory: 512Mi
- limits:
- cpu: 4000m
- memory: 4Gi
-
-# Node selector (if needed)
-nodeSelector: {}
-
-# Tolerations (if needed)
-tolerations: []
-
-# Affinity rules (if needed)
-affinity: {}