browsertrix/chart/templates
Ilya Kreymer 16e7a1d0a2
Storage Ops Refactor (#1257)
* storage ops refactor:
- create StorageOps class similar to other ops classes
- init storages list in StorageOps, no longer require lookup up default storages via CrawlManager
- convert all storage functions to members, add storageops to operator
- remove unused params, ensure crawl exists for rollover restart
- add env var to determine if using local minio to use correct endpoint URL

* crawls /seeds endpoint: just return empty list if not a crawl (eg. upload)

* crawlmanager: remove unused code, rename check_storage -> has_storage
2023-10-10 15:04:23 -07:00
..
backend.yaml Storage Ops Refactor (#1257) 2023-10-10 15:04:23 -07:00
configmap.yaml Storage Ops Refactor (#1257) 2023-10-10 15:04:23 -07:00
frontend.yaml supports overriding the replayweb.page version without having to be r… (#1122) 2023-09-05 20:10:21 -04:00
ingress.yaml ingress: simplify ingress config: (fixes #1135) (#1146) 2023-09-07 09:51:48 -07:00
minio.yaml chart: move minio credentials to separate secret, part of #490 (#1143) 2023-09-06 17:35:30 -07:00
mongo.yaml
namespaces.yaml
operators.yaml Scheduled Crawl Refactor: Handle via Operator + Add Skipped Crawls on Quota Reached (#1162) 2023-09-12 13:05:43 -07:00
priorities.yaml Operator refactor to control pods + pvcs directly instead of statefulsets (#1149) 2023-09-11 10:38:04 -07:00
role.yaml Track pod resource usage, detect OOM crashes, handle auto-scaling (#1235) 2023-10-05 20:41:18 -07:00
secrets.yaml Storage Ops Refactor (#1257) 2023-10-10 15:04:23 -07:00
service.yaml Use Shared Services for Crawling, Redis, Profile Browsers (#1088) 2023-08-24 20:08:53 -07:00
signer.yaml