mirror of
https://github.com/truenas/charts.git
synced 2026-04-26 19:42:14 +08:00
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
|