You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# In case you use TILER_CACHE_TYPE: file with persistenceDisk
382
381
persistenceDisk:
383
-
enabled: true
382
+
enabled: false
384
383
accessMode: ReadWriteOnce
385
384
mountPath: /mnt/data
386
385
# Minikube
@@ -524,7 +523,7 @@ nominatimDb:
524
523
REPLICATION_UPDATE_INTERVAL: 86500
525
524
REPLICATION_RECHECK_INTERVAL: 900
526
525
persistenceDisk:
527
-
enabled: true
526
+
enabled: false
528
527
accessMode: ReadWriteOnce
529
528
mountPath: /var/lib/postgresql/data
530
529
subPath: nominatim-pgdata
@@ -586,7 +585,7 @@ overpassApi:
586
585
#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' # it is in case we pass planet files as PBF file uncommment this line
0 commit comments