browsertrix/chart/templates
Ilya Kreymer 05c1129fb8
Frontend + Backend Integrated Deployment (K8s only) (#45)
* support running backend + frontend together on k8s
* split nginx container into separate frontend service, which uses nignx-base image and the static frontend files
* add nginx-based frontend image to docker-compose build (for building only, docker-based combined deployment not yet supported)

* backend:
- fix paths for email templates
- chart: support '--set backend_only=1' and '--set frontend_only=1' to only force deploy one or the other
- run backend from root /api in uvicorn
2021-12-03 10:17:22 -08:00
..
backend.yaml Frontend + Backend Integrated Deployment (K8s only) (#45) 2021-12-03 10:17:22 -08:00
configmap.yaml Frontend + Backend Integrated Deployment (K8s only) (#45) 2021-12-03 10:17:22 -08:00
frontend.yaml Frontend + Backend Integrated Deployment (K8s only) (#45) 2021-12-03 10:17:22 -08:00
ingress.yaml Frontend + Backend Integrated Deployment (K8s only) (#45) 2021-12-03 10:17:22 -08: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 Enable sending emails in K8S, trigger verification e-mail on registration. (#38) 2021-11-30 23:50:38 -08:00