basic-values.yaml 762 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: America/New_York
  6. netbootxyz:
  7. tftpd_opts: []
  8. additional_envs: []
  9. network:
  10. host_network: true
  11. tftp_port:
  12. bind_mode: published
  13. port_number: 69
  14. web_http_port:
  15. bind_mode: published
  16. port_number: 8080
  17. web_assets_port:
  18. bind_mode: published
  19. port_number: 8081
  20. ix_volumes:
  21. config: /opt/tests/mnt/config
  22. assets: /opt/tests/mnt/assets
  23. storage:
  24. config:
  25. type: ix_volume
  26. ix_volume_config:
  27. dataset_name: config
  28. create_host_path: true
  29. assets:
  30. type: ix_volume
  31. ix_volume_config:
  32. dataset_name: assets
  33. create_host_path: true
  34. additional_storage:
  35. - type: anonymous
  36. mount_path: /scratchpad
  37. volume_config:
  38. nocopy: true