123456789101112131415161718192021222324252627282930 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: Europe/Athens
- byparr:
- additional_envs: []
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- host_network: false
- run_as:
- user: 568
- group: 568
- ix_volumes:
- screenshots: /opt/tests/mnt/byparr/screenshots
- storage:
- screenshots:
- type: ix_volume
- ix_volume_config:
- dataset_name: screenshots
- create_host_path: true
- additional_storage: []
|