basic-values.yaml 581 B

123456789101112131415161718192021222324252627282930313233343536
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. mineos:
  6. username: mineos
  7. password: password
  8. stop_grace_period: 240
  9. additional_envs: []
  10. network:
  11. use_https: false
  12. certificate_id:
  13. web_port:
  14. bind_mode: published
  15. port_number: 8080
  16. additional_ports: []
  17. run_as:
  18. user: 568
  19. group: 568
  20. ix_volumes:
  21. data: /opt/tests/mnt/data
  22. storage:
  23. data:
  24. type: ix_volume
  25. ix_volume_config:
  26. dataset_name: data
  27. create_host_path: true
  28. additional_storage:
  29. - type: anonymous
  30. mount_path: /scratchpad
  31. volume_config:
  32. nocopy: true