Skip to content

Commit

Permalink
Disable tiler seed and purge
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 10, 2024
1 parent 2e138d4 commit c790ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ ohm:
enabled: true

tilerCachePurge:
enabled: true
enabled: false
env:
REGION_NAME: us-east-1
NAMESPACE: default # Namespace to run the job
Expand Down Expand Up @@ -997,7 +997,7 @@ ohm:

# Tiler seed by default is giong to seet tiles from 0-5 zoom level
tilerCacheSeed:
enabled: true
enabled: false
schedule: '* * * * *'
env:
GEOJSON_URL: https://osmseed-dev.s3.us-east-1.amazonaws.com/tiler/wold-usa-eu.geojson
Expand Down

0 comments on commit c790ff2

Please sign in to comment.