123456789101112131415161718192021222324252627282930313233 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: Etc/UTC
- fscrawler:
- image_selector: image
- restart: true
- job_name: my_job
- loop: 2
- additional_envs: []
- network:
- host_network: false
- rest_port:
- bind_mode: published
- port_number: 8080
- ix_volumes:
- jobs: /opt/tests/mnt/jobs
- storage:
- jobs:
- type: ix_volume
- ix_volume_config:
- dataset_name: jobs
- create_host_path: true
- additional_storage:
- - type: anonymous
- mount_path: /scratchpad
- volume_config:
- nocopy: true
|