node22-values.yaml 645 B

1234567891011121314151617181920212223242526272829303132333435
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. node_red:
  6. image_selector: node_22_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. additional_ports:
  16. - bind_mode: published
  17. port_number: 1880
  18. container_port: 1880
  19. protocol: tcp
  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