basic-values.yaml 485 B

12345678910111213141516171819202122232425262728293031
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. jenkins:
  6. additional_opts: []
  7. additional_java_opts: []
  8. additional_envs: []
  9. network:
  10. host_network: false
  11. agent_port:
  12. bind_mode: published
  13. port_number: 50000
  14. web_port:
  15. bind_mode: published
  16. port_number: 8080
  17. certificate_id:
  18. ix_volumes:
  19. home: /opt/tests/mnt/home
  20. storage:
  21. home:
  22. type: ix_volume
  23. ix_volume_config:
  24. dataset_name: home
  25. create_host_path: true
  26. additional_storage: []