From cad2541dde181549dd1ed0c55b977c3e83109ffa Mon Sep 17 00:00:00 2001 From: Rub21 Date: Fri, 27 Dec 2024 15:11:00 -0500 Subject: [PATCH] Update tiler cache config --- values.production.template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values.production.template.yaml b/values.production.template.yaml index c0daf29f..b7159b02 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -939,14 +939,14 @@ ohm: EXECUTE_PURGE: true PURGE_CONCURRENCY: 128 PURGE_MIN_ZOOM: 3 - PURGE_MAX_ZOOM: 12 # Purging zoom 13,14,15,16,17,18,19,20 takes hours to complete,we are going to remove direct from s3 the tiles for zoom 19-20 + PURGE_MAX_ZOOM: 14 # Purging zoom 15,16,17,18,19,20 takes hours to complete,we are going to remove direct from s3 the tiles for zoom 19-20 ## Execute seeding EXECUTE_SEED: true SEED_CONCURRENCY: 128 SEED_MIN_ZOOM: 0 - SEED_MAX_ZOOM: 12 + SEED_MAX_ZOOM: 14 ## Remove tiles from s3 for zoom levels - ZOOM_LEVELS_TO_DELETE: 13,14,15,16,17,18,19,20 + ZOOM_LEVELS_TO_DELETE: 15,16,17,18,19,20 S3_BUCKET_CACHE_TILER: tiler-cache-production S3_BUCKET_PATH_FILES: mnt/data/osm resources: