Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 513 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 513 Bytes

OpenStreetMap Sandbox Stack Deployment

OSM Sandbox Deploy is a repository that contains helm charts. It is based on osm-seed and a customized Web image.

Deploying locally

Replace the values in values.template.yaml and deploy it into kubernetes cluster.

helm dependency update
helm upgrade --install osm --wait osm-sandbox/ -f values.dev.yaml -f osm-sandbox/values.yaml --dry-run
# helm upgrade --install osm --wait osm-sandbox/ -f values.dev.yaml