123456789101112131415161718192021222324 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- logseq:
- additional_envs: []
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 8080
- certificate_id: null
- run_as:
- user: 568
- group: 568
- storage:
- additional_storage:
- - type: anonymous
- mount_path: /scratchpad
- volume_config:
- nocopy: true
|