123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- stash:
- additional_envs: []
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 8080
- ix_volumes:
- config: /opt/tests/mnt/stash/config
- data: /opt/tests/mnt/stash/data
- metadata: /opt/tests/mnt/stash/metadata
- cache: /opt/tests/mnt/stash/cache
- blobs: /opt/tests/mnt/stash/blobs
- generated: /opt/tests/mnt/stash/generated
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- metadata:
- type: ix_volume
- ix_volume_config:
- dataset_name: metadata
- create_host_path: true
- cache:
- type: ix_volume
- ix_volume_config:
- dataset_name: cache
- create_host_path: true
- blobs:
- type: ix_volume
- ix_volume_config:
- dataset_name: blobs
- create_host_path: true
- generated:
- type: ix_volume
- ix_volume_config:
- dataset_name: generated
- create_host_path: true
- additional_storage: []
|