basic-values.yaml 582 B

1234567891011121314151617181920212223242526272829303132333435
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. channels_dvr:
  6. image_selector: image
  7. additional_envs: []
  8. run_as:
  9. user: 568
  10. group: 568
  11. network:
  12. host_network: false
  13. web_port:
  14. bind_mode: published
  15. port_number: 8080
  16. ix_volumes:
  17. config: /opt/tests/mnt/config
  18. recordings: /opt/tests/mnt/recordings
  19. storage:
  20. config:
  21. type: ix_volume
  22. ix_volume_config:
  23. dataset_name: config
  24. create_host_path: true
  25. recordings:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: recordings
  29. create_host_path: true
  30. additional_storage: []