Skip to content

Commit

Permalink
Enable tiler seeding
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 6, 2024
1 parent 2504cdb commit 9f39fb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -995,12 +995,12 @@ ohm:

# Tiler seed by default is giong to seet tiles from 0-5 zoom level
tilerCacheSeed:
enabled: false
schedule: '0 */6 * * *'
enabled: true
schedule: '* * * * *'
env:
GEOJSON_URL: https://osmseed-dev.s3.us-east-1.amazonaws.com/tiler/wold-usa-eu.geojson
ZOOM_LEVELS: '7,8'
CONCURRENCY: 16
ZOOM_LEVELS: '7,8,9,10'
CONCURRENCY: 64
S3_BUCKET: osmseed-dev
OUTPUT_FILE: /logs/tiler_benchmark.log
resources:
Expand Down

0 comments on commit 9f39fb2

Please sign in to comment.