Skip to content

Commit

Permalink
Update ebs for tiler imposm
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 3, 2024
1 parent de2561d commit 73a3659
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ osm-seed:
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID : vol-0874ca57eef46a15c
AWS_ElasticBlockStore_volumeID : vol-036a6d4461508fcf8
AWS_ElasticBlockStore_size: 200Gi
resources:
enabled: false
Expand Down Expand Up @@ -485,10 +485,10 @@ osm-seed:
label_value: web_large
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240726_0003.osm.pbf
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-241202_0001.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
SEQUENCE_NUMBER: "1664000"
OVERWRITE_STATE: false
SEQUENCE_NUMBER: "1666000"
OVERWRITE_STATE: true
UPLOAD_EXPIRED_FILES: true
IMPORT_NATURAL_EARTH: true
IMPORT_OSM_LAND: true
Expand All @@ -498,7 +498,7 @@ osm-seed:
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-04b247ef15765ba32
AWS_ElasticBlockStore_volumeID: vol-0defbed7d3141afe9
AWS_ElasticBlockStore_size: 50Gi
resources:
enabled: false
Expand All @@ -513,7 +513,7 @@ osm-seed:
# ====================================================================================================

tilerServer:
enabled: true
enabled: false
nodeSelector:
enabled: true
label_key: nodegroup_type
Expand Down

0 comments on commit 73a3659

Please sign in to comment.