Skip to content

Commit

Permalink
Update ebs - tiler production
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jul 11, 2024
1 parent f4f2252 commit ceae398
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ osm-seed:
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-038f080b3d129c907
AWS_ElasticBlockStore_size: 400Gi
AWS_ElasticBlockStore_volumeID: vol-0bfead7a5a9141150
AWS_ElasticBlockStore_size: 200Gi
resources:
enabled: false
requests:
Expand All @@ -406,18 +406,18 @@ osm-seed:
label_value: web
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240616_0002.osm.pbf
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240711_0003.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
SEQUENCE_NUMBER: "1447000"
SEQUENCE_NUMBER: "1479000"
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: true
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-0ef20d25abd0fa2e1
AWS_ElasticBlockStore_size: 200Gi
AWS_ElasticBlockStore_volumeID: vol-0094ea728f8b061b2
AWS_ElasticBlockStore_size: 100Gi
resources:
enabled: false
requests:
Expand Down

0 comments on commit ceae398

Please sign in to comment.