basic-values.yaml 584 B

123456789101112131415161718192021222324252627282930313233
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. dockge:
  6. additional_envs: []
  7. network:
  8. host_network: false
  9. web_port:
  10. bind_mode: published
  11. port_number: 8080
  12. ix_volumes:
  13. stacks: /opt/tests/mnt/stacks
  14. data: /opt/tests/mnt/data
  15. storage:
  16. stacks:
  17. type: ix_volume
  18. ix_volume_config:
  19. dataset_name: stacks
  20. create_host_path: true
  21. data:
  22. type: ix_volume
  23. ix_volume_config:
  24. dataset_name: data
  25. create_host_path: true
  26. additional_storage:
  27. - type: anonymous
  28. mount_path: /scratchpad
  29. volume_config:
  30. nocopy: true