Skip to content

Commit

Permalink
Update tiler - ebs id
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jun 17, 2024
1 parent d9b2559 commit dd15d3f
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 @@ -362,7 +362,7 @@ osm-seed:
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID : vol-0614a5e19f5fdbdb1
AWS_ElasticBlockStore_volumeID : vol-038f080b3d129c907
AWS_ElasticBlockStore_size: 400Gi
resources:
enabled: true
Expand All @@ -384,17 +384,17 @@ osm-seed:
label_value: web
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240527_0003.osm.pbf
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240616_0002.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
SEQUENCE_NUMBER: "1419000"
SEQUENCE_NUMBER: "1447000"
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: true
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-0e2e6c287acf0b9ec
AWS_ElasticBlockStore_volumeID: vol-0ef20d25abd0fa2e1
AWS_ElasticBlockStore_size: 200Gi
resources:
enabled: false
Expand Down

0 comments on commit dd15d3f

Please sign in to comment.