basic-values.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: America/New_York
  6. jellyfin:
  7. publish_server_url: https://jellyfin.example.com
  8. additional_envs: []
  9. network:
  10. host_network: false
  11. web_port:
  12. bind_mode: published
  13. port_number: 8080
  14. https_port:
  15. bind_mode: ''
  16. port_number: 8443
  17. discovery_port:
  18. bind_mode: published
  19. port_number: 7359
  20. run_as:
  21. user: 568
  22. group: 568
  23. ix_volumes:
  24. jellyfin-cache: /opt/tests/mnt/jellyfin-cache
  25. jellyfin-config: /opt/tests/mnt/jellyfin-config
  26. jellyfin-transcodes: /opt/tests/mnt/jellyfin-transcodes
  27. jellyfin-series: /opt/tests/mnt/jellyfin-series
  28. jellyfin-video: /opt/tests/mnt/jellyfin-video
  29. storage:
  30. cache:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: jellyfin-cache
  34. create_host_path: true
  35. config:
  36. type: ix_volume
  37. ix_volume_config:
  38. dataset_name: jellyfin-config
  39. create_host_path: true
  40. transcodes:
  41. type: temporary
  42. additional_storage:
  43. - type: ix_volume
  44. mount_path: /jellyfin-series
  45. ix_volume_config:
  46. dataset_name: jellyfin-series
  47. create_host_path: true
  48. - type: anonymous
  49. mount_path: /scratchpad
  50. volume_config:
  51. nocopy: true
  52. - type: ix_volume
  53. mount_path: /jellyfin-video
  54. ix_volume_config:
  55. dataset_name: jellyfin-video
  56. create_host_path: true