12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- versity:
- root_user_access_key: "root"
- root_user_secret_access_key: "correct-horse-battery-staple"
- additional_global_flags:
- - flag: --iam-dir
- value: /iam
- additional_posix_flags:
- - flag: --bucketlinks
- value: ""
- network:
- host_network: false
- api_port:
- bind_mode: published
- port_number: 8080
- admin_port:
- bind_mode: ""
- port_number: 8081
- certificate_id: null
- admin_certificate_id: null
- run_as:
- user: 568
- group: 568
- ix_volumes:
- buckets: /opt/tests/mnt/buckets
- iam: /opt/tests/mnt/iam
- storage:
- buckets:
- type: ix_volume
- ix_volume_config:
- dataset_name: buckets
- create_host_path: true
- additional_storage:
- - type: ix_volume
- mount_path: /iam
- ix_volume_config:
- dataset_name: iam
- create_host_path: true
|