123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- stirling:
- enable_security: false
- langs: []
- additional_envs: []
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 8080
- run_as:
- user: 568
- group: 568
- ix_volumes:
- tesseract-data: /opt/tests/tesseract-data
- configs: /opt/tests/configs
- custom-files: /opt/tests/custom-files
- logs: /opt/tests/logs
- pipeline: /opt/tests/pipeline
- storage:
- tesseract_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: tesseract-data
- create_host_path: true
- configs:
- type: ix_volume
- ix_volume_config:
- dataset_name: configs
- create_host_path: true
- custom_files:
- type: ix_volume
- ix_volume_config:
- dataset_name: custom-files
- create_host_path: true
- logs:
- type: ix_volume
- ix_volume_config:
- dataset_name: logs
- create_host_path: true
- pipeline:
- type: ix_volume
- ix_volume_config:
- dataset_name: pipeline
- create_host_path: true
- additional_storage: []
|