Skip to content

Commit 61a9b1f

Browse files
author
Rub21
committed
Set to false advanced settings in values
1 parent c9f26ef commit 61a9b1f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

osm-seed/values.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ web:
117117
nodeSelector:
118118
enabled: false
119119
autoscaling:
120-
enabled: true
120+
enabled: false
121121
minReplicas: 1
122122
maxReplicas: 3
123123
cpuUtilization: 80
@@ -181,7 +181,6 @@ dbBackupRestore:
181181
schedule: '* * * * *'
182182
env:
183183
DB_ACTION: backup
184-
CLEAN_BACKUPS: true
185184
resources:
186185
enabled: false
187186
requests:
@@ -203,7 +202,7 @@ planetDump:
203202
tag: ''
204203
schedule: '* * * * *'
205204
env:
206-
CLEAN_BACKUPS: true
205+
OVERWRITE_PLANET_FILE: false
207206
resources:
208207
enabled: false
209208
requests:
@@ -293,7 +292,7 @@ tilerDb:
293292
POSTGRES_DB_MAINTENANCE_WORK_MEM: 64MB
294293
POSTGRES_DB_EFFECTIVE_CACHE_SIZE: 4GB
295294
persistenceDisk:
296-
enabled: true
295+
enabled: false
297296
accessMode: ReadWriteOnce
298297
mountPath: /var/lib/postgresql/data
299298
subPath: postgresql-d
@@ -332,7 +331,7 @@ tilerImposm:
332331
TILER_IMPORT_PBF_URL: http://download.geofabrik.de/europe/monaco-latest.osm.pbf
333332
TILER_IMPORT_LIMIT: https://gist.githubusercontent.com/Rub21/96bdcac5eb11f0b36ba8d0352ac537f4/raw/2606f2e207d4a0d895897a83efa1efacefd36eb4/monaco.geojson
334333
persistenceDisk:
335-
enabled: true
334+
enabled: false
336335
accessMode: ReadWriteOnce
337336
mountPath: /mnt/data
338337
# Minikube
@@ -380,7 +379,7 @@ tilerServer:
380379
command: './start.sh' # ./start.sh & ./tile_cache_downloader.sh & ./expire-watcher.sh
381380
# In case you use TILER_CACHE_TYPE: file with persistenceDisk
382381
persistenceDisk:
383-
enabled: true
382+
enabled: false
384383
accessMode: ReadWriteOnce
385384
mountPath: /mnt/data
386385
# Minikube
@@ -524,7 +523,7 @@ nominatimDb:
524523
REPLICATION_UPDATE_INTERVAL: 86500
525524
REPLICATION_RECHECK_INTERVAL: 900
526525
persistenceDisk:
527-
enabled: true
526+
enabled: false
528527
accessMode: ReadWriteOnce
529528
mountPath: /var/lib/postgresql/data
530529
subPath: nominatim-pgdata
@@ -586,7 +585,7 @@ overpassApi:
586585
#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
587586
OVERPASS_PLANET_PREPROCESS: 'ls'
588587
persistenceDisk:
589-
enabled: true
588+
enabled: false
590589
accessMode: ReadWriteOnce
591590
mountPath: /db
592591
# Minikube

0 commit comments

Comments
 (0)