aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/reporter-server/deployment.yaml
Commit message (Collapse)AuthorAgeFilesLines
* syz-cluster: generate web dashboard URLs for reportsAleksandr Nogikh2025-07-141-0/+7
| | | | | Take web dashboard URL from the config and use it to generate links for logs, reproducers, etc.
* syz-cluster: separate global env from global configAleksandr Nogikh2025-04-301-1/+1
| | | | | | | | | Environment variables are convenient for storing values like DB or GCS bucket names, but structured formats are more convenient for the actual service configuration. Separate global-config from global-config-env and add the functionality that queries and parses the config options.
* syz-cluster: rename the reporter serviceAleksandr Nogikh2025-04-301-0/+33
It's actually the reporter-server that serves the API for the actual reporters.