basic-values.yaml 508 B

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