Skip to content

Commit

Permalink
Disable disk for nominatim
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 2, 2024
1 parent 7f1ce7c commit 7519532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion values.staging.template.yaml
Original file line number Diff line number Diff line change
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: true
enabled: false
accessMode: ReadWriteOnce
AWS_ElasticBlockStore_volumeID: vol-0da7d726731c27708
AWS_ElasticBlockStore_size: 100Gi
Expand Down

0 comments on commit 7519532

Please sign in to comment.