Skip to content

Commit

Permalink
Test replication files from new API DB
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 25, 2024
1 parent cd6f4ed commit 900cb82
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 @@ -369,8 +369,8 @@ osm-seed:
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID : vol-0de0a9672fa9fa7e4
AWS_ElasticBlockStore_size: 40Gi
AWS_ElasticBlockStore_volumeID : vol-0d2e86b6b7c8f530e
AWS_ElasticBlockStore_size: 100Gi
resources:
enabled: false
requests:
Expand All @@ -395,18 +395,18 @@ osm-seed:
label_value: web
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240404_0003.osm.pbf
TILER_IMPORT_PBF_URL: http://planet-staging.openhistoricalmap.org.s3.amazonaws.com/planet/planet-latest.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
SEQUENCE_NUMBER: "1351000"
SEQUENCE_NUMBER: "675000"
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: true
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-0af76080fb2dfc3c0
AWS_ElasticBlockStore_size: 40Gi
AWS_ElasticBlockStore_volumeID: vol-07750985d43369b63
AWS_ElasticBlockStore_size: 100Gi
resources:
enabled: false
requests:
Expand Down

0 comments on commit 900cb82

Please sign in to comment.