mirror of
https://github.com/truenas/charts.git
synced 2026-04-28 12:32:55 +08:00
* initial commit * run tests * add todo * add gpu + transcode * correct datasetname * fix update strategy * bump common * bump * set min runas to 568 * bump contaienr version * change min runas * add email attr * add metadata
23 lines
394 B
YAML
23 lines
394 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
|
|
|
|
# TODO: Test on a GPU-enabled system
|
|
# jellyfinGPU:
|
|
# nvidia.com/gpu: 1
|