1234567891011121314151617181920212223 |
- resources:
- limits:
- cpus: 2
- memory: 2048
- portracker:
- additional_envs: []
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 8080
- ix_volumes:
- data: /opt/tests/data
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
|