13 lines
379 B
YAML
13 lines
379 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: overpass-config
|
|
data:
|
|
# # only a small subset of the world in this case
|
|
# OVERPASS_PLANET_URL: "https://download.geofabrik.de/europe/italy-latest.osm.pbf"
|
|
|
|
OVERPASS_PLANET_URL: "http://download.geofabrik.de/europe/belgium-latest.osm.bz2"
|
|
|
|
# left empty because we don't want to diff the whole world
|
|
OVERPASS_DIFF_URL: ""
|