basic-values.yaml 484 B

123456789101112131415161718192021222324
  1. jellyfinNetwork:
  2. webPort: 31000
  3. jellyfinRunAs:
  4. user: 1000
  5. group: 1000
  6. jellyfinStorage:
  7. config:
  8. type: hostPath
  9. hostPath: /mnt/{{ .Release.Namespace }}/config
  10. cache:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/cache
  13. transcodes:
  14. type: emptyDir
  15. medium: Memory
  16. size: 1Gi
  17. # Make sure installation don't fail when 0 GPU are assigned
  18. jellyfinGPU:
  19. nvidia.com/gpu: 0
  20. intel.com/gpu: 0
  21. # TODO: Test assigning GPUs on a GPU-enabled system