Skip to content

Commit

Permalink
Fix imposm ebs id
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jun 17, 2024
1 parent d441e14 commit 78c75c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ osm-seed:
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID : vol-038f080b3d129c907
AWS_ElasticBlockStore_volumeID: vol-038f080b3d129c907
AWS_ElasticBlockStore_size: 400Gi
resources:
enabled: true
Expand Down Expand Up @@ -394,7 +394,7 @@ osm-seed:
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-0ef20d25abd0fa2e1
AWS_ElasticBlockStore_volumeID: vol-05587dea83168b073
AWS_ElasticBlockStore_size: 200Gi
resources:
enabled: false
Expand Down

0 comments on commit 78c75c3

Please sign in to comment.