no-sig-values.yaml 825 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. invidious:
  6. postgres_image_selector: postgres_17_image
  7. db_password: password
  8. hmac_secret: secret
  9. po_token: token
  10. visitor_data: other-token
  11. enable_inv_sig_helper: false
  12. admins:
  13. - admin@example.com
  14. - admin2@example.com
  15. registration_enabled: true
  16. login_enabled: true
  17. captcha_enabled: true
  18. additional_envs: []
  19. network:
  20. web_port:
  21. bind_mode: published
  22. port_number: 8080
  23. ix_volumes:
  24. config: /opt/tests/invidious/config
  25. postgres_data: /opt/tests/invidious/postgres_data
  26. storage:
  27. config:
  28. type: ix_volume
  29. ix_volume_config:
  30. dataset_name: config
  31. create_host_path: true
  32. postgres_data:
  33. type: ix_volume
  34. ix_volume_config:
  35. dataset_name: postgres_data
  36. create_host_path: true
  37. additional_storage: []