basic-values.yaml 510 B

123456789101112131415161718192021222324252627282930
  1. open_webui:
  2. image_selector: ollama_image
  3. additional_envs: []
  4. network:
  5. web_port:
  6. bind_mode: published
  7. port_number: 8080
  8. host_network: false
  9. run_as:
  10. user: 568
  11. group: 568
  12. ix_volumes:
  13. data: /opt/tests/mnt/data
  14. ollama: /opt/tests/mnt/ollama
  15. storage:
  16. data:
  17. type: ix_volume
  18. ix_volume_config:
  19. dataset_name: data
  20. create_host_path: true
  21. ollama:
  22. type: ix_volume
  23. ix_volume_config:
  24. dataset_name: ollama
  25. create_host_path: true
  26. additional_storage: []