Skip to content

Commit

Permalink
Re-import tiler data in production
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 25, 2024
1 parent f2028b1 commit 33f285b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ osm-seed:
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID : vol-0f07f0353f03f05d4
AWS_ElasticBlockStore_volumeID : vol-046478878532251e9
AWS_ElasticBlockStore_size: 1000Gi
resources:
enabled: true
Expand All @@ -357,16 +357,16 @@ osm-seed:
label_value: web
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240125_0000.osm.pbf
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240123_0000.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
OVERWRITE_STATE: true
SEQUENCE_NUMBER: "1280000"
SEQUENCE_NUMBER: "1270000"
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-0943545ce815886d9
AWS_ElasticBlockStore_volumeID: vol-09dbbac66e034fdf1
AWS_ElasticBlockStore_size: 100Gi
resources:
enabled: false
Expand Down

0 comments on commit 33f285b

Please sign in to comment.