Skip to content

Commit

Permalink
Merge pull request #297 from OpenHistoricalMap/fix/vtiles-2
Browse files Browse the repository at this point in the history
Update EBS volume for tiler - production
  • Loading branch information
Rub21 authored Apr 24, 2024
2 parents c743003 + 89734c9 commit 7781f1c
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 @@ -337,8 +337,8 @@ osm-seed:
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID : vol-075548225f67c6fac
AWS_ElasticBlockStore_size: 200Gi
AWS_ElasticBlockStore_volumeID : vol-068a10ccb57607e31
AWS_ElasticBlockStore_size: 400Gi
resources:
enabled: true
requests:
Expand Down Expand Up @@ -369,8 +369,8 @@ osm-seed:
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-05c5ff3f3ba43a411
AWS_ElasticBlockStore_size: 100Gi
AWS_ElasticBlockStore_volumeID: vol-06cd59aa1e7cc219b
AWS_ElasticBlockStore_size: 200Gi
resources:
enabled: false
requests:
Expand Down

0 comments on commit 7781f1c

Please sign in to comment.