Skip to content

Commit

Permalink
Update tiler cache config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 27, 2024
1 parent 2e6fb2e commit cad2541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cad2541

Please sign in to comment.