extra-values.yaml 480 B

12345678910111213141516171819202122
  1. jellyfinNetwork:
  2. webPort: 31000
  3. jellyfinStorage:
  4. config:
  5. type: hostPath
  6. hostPath: /mnt/{{ .Release.Namespace }}/config
  7. cache:
  8. type: hostPath
  9. hostPath: /mnt/{{ .Release.Namespace }}/cache
  10. transcodes:
  11. type: emptyDir
  12. medium: ''
  13. size: ''
  14. additionalStorages:
  15. - type: hostPath
  16. hostPath: /mnt/{{ .Release.Namespace }}/movies
  17. mountPath: /movies
  18. - type: hostPath
  19. hostPath: /mnt/{{ .Release.Namespace }}/series
  20. mountPath: /series