basic-values.yaml 869 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. fireshare:
  6. admin_username: admin
  7. admin_password: password
  8. secret_key: secret
  9. minutes_between_video_scans: 5
  10. thumbnail_video_location: 50
  11. domain: localhost
  12. additional_envs: []
  13. run_as:
  14. user: 568
  15. group: 568
  16. network:
  17. host_network: false
  18. web_port:
  19. bind_mode: published
  20. port_number: 8080
  21. ix_volumes:
  22. data: /opt/tests/mnt/fireshare/data
  23. processed: /opt/tests/mnt/fireshare/processed
  24. videos: /opt/tests/mnt/fireshare/videos
  25. storage:
  26. data:
  27. type: ix_volume
  28. ix_volume_config:
  29. dataset_name: data
  30. create_host_path: true
  31. processed:
  32. type: ix_volume
  33. ix_volume_config:
  34. dataset_name: processed
  35. create_host_path: true
  36. videos:
  37. type: ix_volume
  38. ix_volume_config:
  39. dataset_name: videos
  40. create_host_path: true
  41. additional_storage: []