Files
chart/community/jellyfin/1.0.13/ci/extra-values.yaml
2023-08-29 20:33:13 +00:00

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