basic-values.yaml 467 B

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