Files
chart/test/jellyfin/1.0.14/ci/extra-values.yaml
2023-09-25 10:58:57 +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