basic-values.yaml 670 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. minio:
  6. root_user: minio
  7. root_password: minio123
  8. extra_args: []
  9. additional_envs: []
  10. run_as:
  11. user: 568
  12. group: 568
  13. network:
  14. api_port:
  15. bind_mode: published
  16. port_number: 9000
  17. console_port:
  18. bind_mode: published
  19. port_number: 9001
  20. certificate_id: null
  21. domain: ''
  22. dns_opts: []
  23. ix_volumes:
  24. export: /opt/tests/mnt/minio-export
  25. storage:
  26. export:
  27. type: ix_volume
  28. mount_path: /export
  29. ix_volume_config:
  30. dataset_name: export
  31. create_host_path: true
  32. additional_storage:
  33. - type: anonymous
  34. mount_path: /scratchpad
  35. volume_config:
  36. nocopy: true