basic-values.yaml 394 B

12345678910111213141516171819202122
  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. # TODO: Test on a GPU-enabled system
  18. # jellyfinGPU:
  19. # nvidia.com/gpu: 1