browsertrix/chart/templates
Ilya Kreymer 57a4b6b46f add collections api:
- collections defined by name per archive
- can update collections with additional metadata (currently just description)
- crawl config api accepts a list of collections by name, resolved to collection uids and stored in config
- finished crawls also associated with collection list
- /archives/{aid}/collections/{name} can list all crawl artifacts (wacz files) from a named collection (in frictionless data package-ish format)
- /archives/{aid}/collections/$all lists all crawled artifacts for the archive

readiness check: add /healthz endpoints for app and nginx
ingress: add /data/ route to local bucket

storage improvements:
- for default storages, store path only, and prepend default storage access endpoint
- collections api returns the paths using the storage access endpoint
- define default storages as secrets in k8s (can support multiple), hard-coded in docker (only one for now)
2021-10-27 09:39:14 -07:00
..
configmap.yaml use redis based queue instead of url for crawl done webhook 2021-10-10 12:18:28 -07:00
ingress.yaml add collections api: 2021-10-27 09:39:14 -07:00
main.yaml add collections api: 2021-10-27 09:39:14 -07:00
minio.yaml Storage + Data Model Refactor (fixes #3): 2021-10-09 18:58:40 -07:00
mongo.yaml crawls work (#1): 2021-08-23 18:01:29 -07:00
namespaces.yaml add redis for storing crawl state data! 2021-09-17 15:02:11 -07:00
redis.yaml add ingress + nginx container for better routing 2021-10-09 23:47:29 -07:00
role.yaml Storage + Data Model Refactor (fixes #3): 2021-10-09 18:58:40 -07:00
secrets.yaml add collections api: 2021-10-27 09:39:14 -07:00