noauth-values.yaml 614 B

12345678910111213141516171819202122232425262728293031323334353637
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. wyze:
  6. wb_auth: false
  7. enable_audio: true
  8. additional_envs: []
  9. network:
  10. host_network: false
  11. additional_ports: []
  12. web_port:
  13. bind_mode: published
  14. port_number: 35000
  15. host_ip: 0.0.0.0
  16. rtmp_port:
  17. bind_mode: published
  18. port_number: 1935
  19. rtsp_port:
  20. bind_mode: published
  21. port_number: 8554
  22. hls_port:
  23. bind_mode: published
  24. port_number: 8888
  25. ix_volumes:
  26. data: /opt/tests/mnt/data
  27. storage:
  28. data:
  29. type: ix_volume
  30. ix_volume_config:
  31. dataset_name: data
  32. create_host_path: true
  33. additional_storage: []