12345678910111213141516171819202122 |
- 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
|