Skip to content

Commit b049030

Browse files
authored
feat: use STAC API container from OpenAerialMap (#19)
* feat: run OpenAerialMap STAC API app * feat: define custom envvars for FastAPI app
1 parent 6f3bea3 commit b049030

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

kubernetes/helm/eoapi-values.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3256
postgrescluster:
3357
backupsEnabled: true
3458
s3:

0 commit comments

Comments
 (0)