12345678910111213141516171819202122 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- drawio:
- additional_envs: []
- network:
- host_network: false
- http_port:
- bind_mode: published
- port_number: 8080
- https_port:
- bind_mode: published
- port_number: 8444
- storage:
- additional_storage:
- - type: anonymous
- mount_path: /scratchpad
- volume_config:
- nocopy: true
|