mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 19:29:22 +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
14 lines
301 B
YAML
14 lines
301 B
YAML
jellyfinNetwork:
|
|
hostNetwork: true
|
|
|
|
jellyfinStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
cache:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/cache
|
|
transcodes:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/transcodes
|