rest-values.yaml 530 B

123456789101112131415161718192021222324252627282930313233
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. fscrawler:
  7. image_selector: image
  8. restart: true
  9. job_name: my_job
  10. loop: 2
  11. additional_envs: []
  12. network:
  13. host_network: false
  14. rest_port:
  15. bind_mode: published
  16. port_number: 8080
  17. ix_volumes:
  18. jobs: /opt/tests/mnt/jobs
  19. storage:
  20. jobs:
  21. type: ix_volume
  22. ix_volume_config:
  23. dataset_name: jobs
  24. create_host_path: true
  25. additional_storage:
  26. - type: anonymous
  27. mount_path: /scratchpad
  28. volume_config:
  29. nocopy: true