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