basic-values.yaml 502 B

1234567891011121314151617181920212223242526272829
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. homepage:
  6. mount_docker_socket: true
  7. allowed_hosts: []
  8. additional_envs: []
  9. network:
  10. host_network: false
  11. web_port:
  12. bind_mode: published
  13. port_number: 8080
  14. ix_volumes:
  15. config: /opt/tests/mnt/config
  16. storage:
  17. config:
  18. type: ix_volume
  19. ix_volume_config:
  20. dataset_name: config
  21. create_host_path: true
  22. additional_storage:
  23. - type: anonymous
  24. mount_path: /scratchpad
  25. volume_config:
  26. nocopy: true