basic-values.yaml 705 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. nextpvr:
  6. dvb_support: false
  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. discovery_port:
  17. bind_mode: published
  18. port_number: 16891
  19. legacy_discovery_port:
  20. bind_mode: ""
  21. port_number: 8026
  22. ix_volumes:
  23. config: /opt/tests/mnt/config
  24. recordings: /opt/tests/mnt/recordings
  25. storage:
  26. config:
  27. type: ix_volume
  28. ix_volume_config:
  29. dataset_name: config
  30. create_host_path: true
  31. recordings:
  32. type: ix_volume
  33. ix_volume_config:
  34. dataset_name: recordings
  35. create_host_path: true
  36. additional_storage: []