12345678910111213141516171819202122232425 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- console:
- minio_server: "http://localhost:9000"
- additional_envs: []
- network:
- host_network: false
- http_port:
- bind_mode: published
- port_number: 8080
- https_port:
- bind_mode: ""
- port_number: 8443
- certificate_id: null
- run_as:
- user: 568
- group: 568
- storage:
- additional_storage: []
|