Files
chart/library/ix-dev/community/jellyfin/ci/basic-values.yaml
Stavros Kois e2829640e8 jellyfin - migrate storage section (#1811)
* use pvc in ci

* jellyfin - migrate storage section

* bump and ci migration

* emptydir mig ci

* make emptyDir size int

* regen common

* cleanup

* not an f string

* update label
2023-12-03 16:01:26 +02:00

24 lines
395 B
YAML

jellyfinNetwork:
webPort: 31000
jellyfinRunAs:
user: 1000
group: 1000
jellyfinStorage:
config:
type: pvc
cache:
type: pvc
transcodes:
type: emptyDir
emptyDirConfig:
medium: Memory
size: 1
# Make sure installation don't fail when 0 GPU are assigned
jellyfinGPU:
nvidia.com/gpu: 0
intel.com/gpu: 0
# TODO: Test assigning GPUs on a GPU-enabled system