Skip to content

Commit

Permalink
Merge pull request #265 from OpenHistoricalMap/staging
Browse files Browse the repository at this point in the history
Update values from latest replication files for tiler
  • Loading branch information
Ruben L. Mendoza authored Jan 25, 2024
2 parents 2d3b77d + f2028b1 commit b74d306
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 @@ -335,7 +335,7 @@ osm-seed:
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID : {{PRODUCTION_TILER_DB_EBS}}
AWS_ElasticBlockStore_volumeID : vol-0f07f0353f03f05d4
AWS_ElasticBlockStore_size: 1000Gi
resources:
enabled: true
Expand All @@ -357,16 +357,16 @@ osm-seed:
label_value: web
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-230727_1030.osm.pbf
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240125_0000.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
OVERWRITE_STATE: true
SEQUENCE_NUMBER: "1064000"
SEQUENCE_NUMBER: "1280000"
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: {{PRODUCTION_TILER_IMPOSM_EBS}}
AWS_ElasticBlockStore_volumeID: vol-0943545ce815886d9
AWS_ElasticBlockStore_size: 100Gi
resources:
enabled: false
Expand Down

0 comments on commit b74d306

Please sign in to comment.