basic-values.yaml 361 B

12345678910111213141516171819202122
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. drawio:
  6. additional_envs: []
  7. network:
  8. host_network: false
  9. http_port:
  10. bind_mode: published
  11. port_number: 8080
  12. https_port:
  13. bind_mode: published
  14. port_number: 8444
  15. storage:
  16. additional_storage:
  17. - type: anonymous
  18. mount_path: /scratchpad
  19. volume_config:
  20. nocopy: true