basic-values.yaml 643 B

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