basic-values.yaml 905 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. frigate:
  6. image_selector: image
  7. shm_size_mb: 64
  8. mount_usb_bus: false
  9. additional_envs: []
  10. network:
  11. host_network: false
  12. web_port:
  13. bind_mode: published
  14. port_number: 8081
  15. no_auth_port:
  16. bind_mode: "published"
  17. port_number: 8080
  18. rtsp_port:
  19. bind_mode: published
  20. port_number: 8554
  21. webrtc_port:
  22. bind_mode: published
  23. port_number: 8082
  24. go2rtc_port:
  25. bind_mode: published
  26. port_number: 8083
  27. ix_volumes:
  28. frigate-config: /opt/tests/mnt/config
  29. frigate-media: /opt/tests/mnt/media
  30. storage:
  31. config:
  32. type: ix_volume
  33. ix_volume_config:
  34. dataset_name: frigate-config
  35. create_host_path: true
  36. media:
  37. type: ix_volume
  38. ix_volume_config:
  39. dataset_name: frigate-media
  40. create_host_path: true
  41. cache:
  42. type: tmpfs
  43. tmpfs_config:
  44. size: 1024
  45. additional_storage: []