mirror of
https://github.com/truenas/charts.git
synced 2026-04-03 18:58:03 +08:00
25 lines
484 B
YAML
25 lines
484 B
YAML
jellyfinNetwork:
|
|
webPort: 31000
|
|
|
|
jellyfinRunAs:
|
|
user: 1000
|
|
group: 1000
|
|
|
|
jellyfinStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
cache:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/cache
|
|
transcodes:
|
|
type: emptyDir
|
|
medium: Memory
|
|
size: 1Gi
|
|
|
|
# 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
|