basic-values.yaml 681 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. minio:
  6. credentials:
  7. access_key: minio
  8. secret_key: minio123
  9. multi_mode:
  10. entries: []
  11. logging:
  12. quiet: false
  13. anonymous: false
  14. network:
  15. api_port:
  16. bind_mode: published
  17. port_number: 9000
  18. console_port:
  19. bind_mode: published
  20. port_number: 9001
  21. certificate_id: null
  22. host_network: false
  23. console_url: http://localhost:9001
  24. server_url: http://localhost:9000
  25. run_as:
  26. user: 568
  27. group: 568
  28. ix_volumes:
  29. data1: /opt/tests/mnt/data1
  30. storage:
  31. data_dirs:
  32. - type: ix_volume
  33. mount_path: /data1
  34. ix_volume_config:
  35. dataset_name: data1
  36. create_host_path: true