Skip to content

Commit

Permalink
Update ebs for staging tiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Feb 16, 2024
1 parent 2e525bb commit 9ed3df4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,17 +392,17 @@ osm-seed:
label_value: web
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: http://planet-staging.openhistoricalmap.org.s3.amazonaws.com/planet/planet-latest.osm.pbf
REPLICATION_URL: http://planet-staging.openhistoricalmap.org.s3.amazonaws.com/replication/minute/
SEQUENCE_NUMBER: "641000"
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240216_0000.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
SEQUENCE_NUMBER: "1301000"
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: true
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-06bbfd53ca9e92097
AWS_ElasticBlockStore_volumeID: vol-0d56bbb2d516197de
AWS_ElasticBlockStore_size: 100Gi
resources:
enabled: false
Expand Down Expand Up @@ -442,7 +442,7 @@ osm-seed:
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: {{STAGING_TILER_SERVER_EBS}}
AWS_ElasticBlockStore_volumeID: vol-0e8b605fe3b16bf08
AWS_ElasticBlockStore_size: 100Gi
resources:
enabled: true
Expand Down

0 comments on commit 9ed3df4

Please sign in to comment.