Skip to content

Commit

Permalink
Update env values for tiler - staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 5, 2024
1 parent 6a02510 commit 084aa79
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 @@ -368,8 +368,8 @@ osm-seed:
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID : vol-04b9db9f3982e44a4
AWS_ElasticBlockStore_size: 100Gi
AWS_ElasticBlockStore_volumeID : vol-0de0a9672fa9fa7e4
AWS_ElasticBlockStore_size: 40Gi
resources:
enabled: false
requests:
Expand All @@ -394,18 +394,18 @@ osm-seed:
label_value: web
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240216_0000.osm.pbf
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240404_0003.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
SEQUENCE_NUMBER: "1301000"
SEQUENCE_NUMBER: "1351000"
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: true
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-0eebe4dd0e6b04f44
AWS_ElasticBlockStore_size: 100Gi
AWS_ElasticBlockStore_volumeID: vol-0af76080fb2dfc3c0
AWS_ElasticBlockStore_size: 40Gi
resources:
enabled: false
requests:
Expand Down

0 comments on commit 084aa79

Please sign in to comment.