mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 21:59:10 +08:00
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
|