File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
env :
49
49
# overpass-api env variables
50
50
- name : OVERPASS_META
51
- value : {{ .Values.overpassApi.env.OVERPASS_META }}
51
+ value : {{ quote .Values.overpassApi.env.OVERPASS_META }}
52
52
- name : OVERPASS_MODE
53
53
value : {{ .Values.overpassApi.env.OVERPASS_MODE }}
54
54
- name : OVERPASS_PLANET_URL
58
58
- name : OVERPASS_RULES_LOAD
59
59
value : {{ .Values.overpassApi.env.OVERPASS_RULES_LOAD }}
60
60
- name : OVERPASS_PLANET_PREPROCESS
61
- value : {{ quote .Values.overpassApi.env.OVERPASS_PLANET_PREPROCESS }}
61
+ value : {{ .Values.overpassApi.env.OVERPASS_PLANET_PREPROCESS }}
62
62
volumeMounts :
63
63
- mountPath : /db
64
64
name : overpass-api-storage
Original file line number Diff line number Diff line change @@ -497,12 +497,12 @@ nominatimApi:
497
497
# Variables for overpass-api
498
498
# ====================================================================================================
499
499
overpassApi :
500
- enabled : false
500
+ enabled : true
501
501
image :
502
502
name : ' '
503
503
tag : ' '
504
504
env :
505
- OVERPASS_META : yes
505
+ OVERPASS_META : ' yes'
506
506
OVERPASS_MODE : init
507
507
OVERPASS_PLANET_URL : http://download.geofabrik.de/europe/monaco-latest.osm.bz2
508
508
OVERPASS_DIFF_URL : http://download.openstreetmap.fr/replication/europe/monaco/minute/
You can’t perform that action at this time.
0 commit comments