basic-values.yaml 636 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. tvheadend:
  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. htsp_port:
  17. bind_mode: published
  18. port_number: 8081
  19. ix_volumes:
  20. config: /opt/tests/mnt/config
  21. recordings: /opt/tests/mnt/recordings
  22. storage:
  23. config:
  24. type: ix_volume
  25. ix_volume_config:
  26. dataset_name: config
  27. create_host_path: true
  28. recordings:
  29. type: ix_volume
  30. ix_volume_config:
  31. dataset_name: recordings
  32. create_host_path: true
  33. additional_storage: []