Warning
This project is in very early stages of development and is not production-ready. Use at your own risk and expect frequent changes.
This repository contains a Helm chart for deploying Overpass API on Kubernetes. Overpass API is a powerful tool for querying OpenStreetMap data.
-
Add the Helm repository:
helm repo add overpass-api https://remikalbe.github.io/overpass-api-helm-chart
-
Update your local Helm chart repository cache:
helm repo update
-
Install the chart:
helm install my-overpass-api overpass-api/overpass-api
The configuration options for the Overpass API Helm chart are listed in the values.yaml file, along with detailed explanations of each option.
For more information on Overpass API, visit the OpenStreetMap Wiki.