basic-values.yaml 579 B

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