1234567891011121314151617181920212223242526272829303132333435363738394041 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- minio:
- credentials:
- access_key: minio
- secret_key: minio123
- multi_mode:
- entries: []
- logging:
- quiet: false
- anonymous: false
- network:
- api_port:
- bind_mode: published
- port_number: 9000
- console_port:
- bind_mode: published
- port_number: 9001
- certificate_id: null
- host_network: false
- console_url: http://localhost:9001
- server_url: http://localhost:9000
- run_as:
- user: 568
- group: 568
- ix_volumes:
- data1: /opt/tests/mnt/data1
- storage:
- data_dirs:
- - type: ix_volume
- mount_path: /data1
- ix_volume_config:
- dataset_name: data1
- create_host_path: true
|