Skip to content

Commit

Permalink
Merge pull request #346 from OpenHistoricalMap/fix/ovrepass-api
Browse files Browse the repository at this point in the history
Update values for overpass api
  • Loading branch information
Rub21 authored Jul 15, 2024
2 parents d70b4c5 + 4a39cf6 commit e496646
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -690,16 +690,16 @@ osm-seed:
env:
OVERPASS_META: 'attic'
OVERPASS_MODE: 'init'
OVERPASS_PLANET_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240616_0002.osm.pbf
OVERPASS_PLANET_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240715_0003.osm.pbf
OVERPASS_DIFF_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute
OVERPASS_RULES_LOAD: '10'
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'
OVERPASS_REPLICATION_SEQUENCE_NUMBER: '1447000'
OVERPASS_REPLICATION_SEQUENCE_NUMBER: '1484000'
OVERPASS_ALLOW_DUPLICATE_QUERIES: 'yes'
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
AWS_ElasticBlockStore_volumeID: vol-04120a6d4866b853e
AWS_ElasticBlockStore_volumeID: vol-01d9060df5d14a903
AWS_ElasticBlockStore_size: 100Gi
resources:
enabled: false
Expand Down

0 comments on commit e496646

Please sign in to comment.