basic-values.yaml 744 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. bitmagnet:
  6. postgres_image_selector: postgres_17_image
  7. db_password: secret
  8. enable_dht_crawler: true
  9. tmdb_api_key: ""
  10. additional_envs: []
  11. network:
  12. web_port:
  13. bind_mode: published
  14. port_number: 8080
  15. dht_server_port:
  16. bind_mode: published
  17. port_number: 8081
  18. run_as:
  19. user: 568
  20. group: 568
  21. ix_volumes:
  22. config: /opt/tests/mnt/bitmagnet/config
  23. postgres_data: /opt/tests/mnt/bitmagnet/postgres_data
  24. storage:
  25. config:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: config
  29. create_host_path: true
  30. postgres_data:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: postgres_data
  34. create_host_path: true
  35. additional_storage: []