browsertrix/backend/btrixcloud
Ilya Kreymer 5530ca92e1
Move backend app templates to be installed from configmap volume (#1331)
Instead of adding the app templates launched from the backend via
`backend/btrixcloud/templates`, add them to a configmap and mount the
configmap in the same location.

This allows these templates to be updated, like other values in
charts/... without having to rebuild any of the images, speeding up dev
and maintenance time.

Changes include:
- move backend/btrixcloud/templates -> chart/app-templates/
- add app-templates/*.yaml to app-templates configmap
- mount app-templates configmap to /app/btrixcloud/templates/ in api and op containers
2023-11-06 09:37:48 -08:00
..
migrations Storage Refactor: Replication + Custom Storage Support (#1296) 2023-10-26 21:44:09 -07:00
__init__.py
auth.py Additional Type Hints / Type Fix Pass (#1320) 2023-10-30 12:59:24 -04:00
background_jobs.py Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
basecrawls.py Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
colls.py Additional Type Hints / Type Fix Pass (#1320) 2023-10-30 12:59:24 -04:00
crawlconfigs.py Additional Type Hints / Type Fix Pass (#1320) 2023-10-30 12:59:24 -04:00
crawlmanager.py Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
crawls.py exclusion optimizations: dynamic exclusions (part of #1216): (#1268) 2023-11-06 09:36:25 -08:00
db.py Additional Type Hints / Type Fix Pass (#1320) 2023-10-30 12:59:24 -04:00
emailsender.py Additional Type Hints / Type Fix Pass (#1320) 2023-10-30 12:59:24 -04:00
invites.py Additional Type Hints / Type Fix Pass (#1320) 2023-10-30 12:59:24 -04:00
k8sapi.py Storage Refactor: Replication + Custom Storage Support (#1296) 2023-10-26 21:44:09 -07:00
main_op.py Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
main.py Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
models.py Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
operator.py Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
orgs.py Additional Type Hints / Type Fix Pass (#1320) 2023-10-30 12:59:24 -04:00
pagination.py
profiles.py Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
storages.py Additional Type Hints / Type Fix Pass (#1320) 2023-10-30 12:59:24 -04:00
uploads.py Background Jobs Work (#1321) 2023-11-02 13:02:17 -07:00
users.py Additional Type Hints / Type Fix Pass (#1320) 2023-10-30 12:59:24 -04:00
utils.py
version.py version: bump to 1.8.0-beta.1 2023-10-27 14:35:24 -07:00
webhooks.py Additional Type Hints / Type Fix Pass (#1320) 2023-10-30 12:59:24 -04:00
zip.py