browsertrix/chart/templates
Tessa Walsh dc41468daf
Allow users to run crawls with 1 or 2 browser windows (#2627)
Fixes #2425 

## Changed

- Switch backend to primarily using number of browser windows rather
than scale multiplier (including migration to calculate `browserWindows`
from `scale` for existing workflows and crawls)
- Still support `scale` in addition to `browserWindows` in input models
for creating and updating workflows and re-adjusting live crawl scale
for backwards compatibility
- Adds new `max_browser_windows` value to Helm chart, but calculates the
value from `max_crawl_scale` as fallback for users with that value
already set in local charts
- Rework frontend to allow users to select multiples of
`crawler_browser_instances` or any value below
`crawler_browser_instances` for browser windows. For instance, with
`crawler_browser_instances=4` and `max_browser_windows=8`, the user
would be presented with the following options: 1, 2, 3, 4, 8
- Sets maximum width of screencast to image width returned by `message`

---------

Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
Co-authored-by: sua yoo <sua@suayoo.com>
Co-authored-by: Ilya Kreymer <ikreymer@users.noreply.github.com>
2025-06-03 13:37:30 -07:00
..
backend.yaml move db migrations to initContainers: (#2449) 2025-03-03 13:13:15 -08:00
configmap.yaml Allow users to run crawls with 1 or 2 browser windows (#2627) 2025-06-03 13:37:30 -07:00
frontend.yaml storage: use s3v4 signature for presigning urls (#2611) 2025-05-19 15:44:36 -07:00
ingress.yaml ingress: remove X-Forward-Proto snippet, no longer needed (and now possibly considered unsafe) (#2519) 2025-03-25 17:24:55 -07:00
minio.yaml storage: use s3v4 signature for presigning urls (#2611) 2025-05-19 15:44:36 -07:00
mongo.yaml
namespaces.yaml
networkpolicies.yaml Crawler network policy (#1727) 2024-07-03 10:55:03 -07:00
operators.yaml Execution time tracking tweaks (#1994) 2024-08-06 09:44:44 -07:00
priorities.yaml Allow users to run crawls with 1 or 2 browser windows (#2627) 2025-06-03 13:37:30 -07:00
role.yaml Move org deletion to background job with access to backend ops classes (#2098) 2024-10-10 14:41:05 -04:00
secrets.yaml Configure browsertrix proxies (#1847) 2024-10-02 18:35:45 -07:00
service.yaml
signer.yaml