Skip to content

Commit

Permalink
Enable disk for overpass
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 2, 2024
1 parent 7519532 commit ecd67c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ osm-seed:
memory: '2Gi'
cpu: '2'
persistenceDisk:
enabled: true
enabled: false
accessMode: ReadWriteOnce
mountPath: /var/lib/postgresql/14/main
subPath: nominatim-pgdata
Expand Down Expand Up @@ -636,7 +636,7 @@ osm-seed:
OVERPASS_PLANET_PREPROCESS: 'mv /db/planet.osm.bz2 /db/planet.osm.pbf && osmium cat -o /db/planet.osm.bz2 /db/planet.osm.pbf && rm /db/planet.osm.pbf'
OVERPASS_REPLICATION_SEQUENCE_NUMBER: '1258000'
persistenceDisk:
enabled: false
enabled: true
accessMode: ReadWriteOnce
AWS_ElasticBlockStore_volumeID: vol-0da7d726731c27708
AWS_ElasticBlockStore_size: 100Gi
Expand Down

0 comments on commit ecd67c9

Please sign in to comment.