node18-values.yaml 519 B

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