File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 60
60
value : {{ .Values.overpassApi.env.OVERPASS_PLANET_PREPROCESS | quote}}
61
61
- name : OVERPASS_REPLICATION_SEQUENCE_NUMBER
62
62
value : {{ .Values.overpassApi.env.OVERPASS_REPLICATION_SEQUENCE_NUMBER | quote }}
63
+ - name : OVERPASS_ALLOW_DUPLICATE_QUERIES
64
+ value : {{ .Values.overpassApi.env.OVERPASS_ALLOW_DUPLICATE_QUERIES | quote }}
63
65
volumeMounts :
64
66
- mountPath : /db
65
67
name : overpass-api-storage
Original file line number Diff line number Diff line change @@ -655,6 +655,7 @@ overpassApi:
655
655
OVERPASS_RULES_LOAD : 10
656
656
OVERPASS_PLANET_PREPROCESS : ' mv /db/planet.osm.bz2 /db/planet.osm.pbf && osmium cat -o /db/planet.osm.bz2 /db/planet.osm.pbf && rm /db/planet.osm.pbf'
657
657
OVERPASS_REPLICATION_SEQUENCE_NUMBER : 5201000
658
+ OVERPASS_ALLOW_DUPLICATE_QUERIES : " yes"
658
659
persistenceDisk :
659
660
enabled : false
660
661
accessMode : ReadWriteOnce
You can’t perform that action at this time.
0 commit comments