same-incomplete-values.yaml 945 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. transmission:
  6. additional_config:
  7. - key: random-num
  8. value: "123"
  9. - key: random-bool
  10. value: "true"
  11. - key: random-str
  12. value: "abc"
  13. additional_envs: []
  14. network:
  15. host_network: false
  16. web_port:
  17. bind_mode: published
  18. port_number: 8080
  19. peer_port:
  20. bind_mode: published
  21. port_number: 50413
  22. run_as:
  23. user: 568
  24. group: 568
  25. ix_volumes:
  26. config: /opt/tests/mnt/config
  27. downloads_complete: /opt/tests/mnt/downloads_complete
  28. storage:
  29. config:
  30. type: ix_volume
  31. ix_volume_config:
  32. dataset_name: config
  33. create_host_path: true
  34. downloads_complete:
  35. type: ix_volume
  36. mount_path: /downloads
  37. ix_volume_config:
  38. dataset_name: downloads_complete
  39. create_host_path: true
  40. enable_incomplete_dir: true
  41. mount_incomplete_as_separate_storage: false
  42. incomplete_dir_path: /downloads/incomplete
  43. additional_storage: []