basic-values.yaml 592 B

1234567891011121314151617181920212223242526272829303132333435
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. navidrome:
  6. welcome_message: "Welcome to Navidrome"
  7. local_playback: false
  8. additional_envs: []
  9. network:
  10. host_network: false
  11. web_port:
  12. bind_mode: published
  13. port_number: 8080
  14. run_as:
  15. user: 568
  16. group: 568
  17. ix_volumes:
  18. data: /opt/tests/mnt/data
  19. music: /opt/tests/mnt/music
  20. storage:
  21. data:
  22. type: ix_volume
  23. ix_volume_config:
  24. dataset_name: data
  25. create_host_path: true
  26. music:
  27. type: ix_volume
  28. ix_volume_config:
  29. dataset_name: music
  30. create_host_path: true
  31. additional_storage: []