File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,30 @@ ingress:
2929 # enabled: true
3030 # secretName: eoapi-tls
3131
32+ stac :
33+ image :
34+ # From https://github.com/hotosm/OpenAerialMap/tree/main/backend/stac-api
35+ name : ghcr.io/hotosm/openaerialmap/stac-api
36+ tag : main
37+ settings :
38+ envVars :
39+ # #############
40+ # uvicorn
41+ # #############
42+ HOST : " 0.0.0.0"
43+ PORT : " 8080"
44+ # https://www.uvicorn.org/settings/#production
45+ WEB_CONCURRENCY : " 5"
46+ # #############
47+ # stac-fastapi-pgstac
48+ # #############
49+ ENABLE_TRANSACTIONS_EXTENSIONS : " false"
50+ # #############
51+ # stac-fastapi
52+ # #############
53+ STAC_FASTAPI_TITLE : " STAC FastAPI for OpenAerialMap"
54+ STAC_FASTAPI_DESCRIPTION : " STAC FastAPI deployment for the OpenAerialMap and open imagery catalogs."
55+
3256postgrescluster :
3357 backupsEnabled : true
3458 s3 :
You can’t perform that action at this time.
0 commit comments