1234567891011121314151617181920212223242526272829303132 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- speedtest:
- app_key: exactly-32-characters-app-keyyyy
- additional_envs: []
- network:
- http_port:
- bind_mode: published
- port_number: 8080
- https_port:
- bind_mode: published
- port_number: 8443
- certificate_id: null
- run_as:
- user: 568
- group: 568
- ix_volumes:
- config: /opt/tests/mnt/speedtest/config
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- additional_storage: []
|