mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 18:50:47 +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
480 B
YAML
23 lines
480 B
YAML
jellyfinNetwork:
|
|
webPort: 31000
|
|
|
|
jellyfinStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
cache:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/cache
|
|
transcodes:
|
|
type: emptyDir
|
|
medium: ''
|
|
size: ''
|
|
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/movies
|
|
mountPath: /movies
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/series
|
|
mountPath: /series
|