basic-values.yaml 862 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. versity:
  6. root_user_access_key: "root"
  7. root_user_secret_access_key: "correct-horse-battery-staple"
  8. additional_global_flags:
  9. - flag: --iam-dir
  10. value: /iam
  11. additional_posix_flags:
  12. - flag: --bucketlinks
  13. value: ""
  14. network:
  15. host_network: false
  16. api_port:
  17. bind_mode: published
  18. port_number: 8080
  19. admin_port:
  20. bind_mode: ""
  21. port_number: 8081
  22. certificate_id: null
  23. admin_certificate_id: null
  24. run_as:
  25. user: 568
  26. group: 568
  27. ix_volumes:
  28. buckets: /opt/tests/mnt/buckets
  29. iam: /opt/tests/mnt/iam
  30. storage:
  31. buckets:
  32. type: ix_volume
  33. ix_volume_config:
  34. dataset_name: buckets
  35. create_host_path: true
  36. additional_storage:
  37. - type: ix_volume
  38. mount_path: /iam
  39. ix_volume_config:
  40. dataset_name: iam
  41. create_host_path: true