basic-values.yaml 754 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: America/New_York
  6. npm:
  7. additional_envs: []
  8. network:
  9. web_port:
  10. bind_mode: published
  11. port_number: 8081
  12. http_port:
  13. bind_mode: published
  14. port_number: 8080
  15. https_port:
  16. bind_mode: published
  17. port_number: 8443
  18. additional_ports: []
  19. run_as:
  20. user: 568
  21. group: 568
  22. ix_volumes:
  23. certs: /opt/tests/mnt/certs
  24. data: /opt/tests/mnt/data
  25. storage:
  26. certs:
  27. type: ix_volume
  28. ix_volume_config:
  29. dataset_name: certs
  30. create_host_path: true
  31. data:
  32. type: ix_volume
  33. ix_volume_config:
  34. dataset_name: data
  35. create_host_path: true
  36. additional_storage:
  37. - type: anonymous
  38. mount_path: /scratchpad
  39. volume_config:
  40. nocopy: true