basic-values.yaml 325 B

1234567891011121314151617181920
  1. ollama:
  2. image_selector: image
  3. additional_envs: []
  4. network:
  5. api_port:
  6. bind_mode: published
  7. port_number: 8080
  8. host_network: false
  9. ix_volumes:
  10. data: /opt/tests/mnt/data
  11. storage:
  12. data:
  13. type: ix_volume
  14. ix_volume_config:
  15. dataset_name: data
  16. create_host_path: true
  17. additional_storage: []