Files
chart/library/ix-dev/test/jellyfin/ci/extra-values.yaml
Stavros Kois e8e998f81e adds 2 community apps for testing (smb-pv-pvc) (#1558)
* make copies to test

* adds 2 community apps for testing (smb-pv-pvc)
2023-09-22 13:44:59 +03: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