Skip to content

Commit

Permalink
Merge pull request #401 from OpenHistoricalMap/tiler-server/cache
Browse files Browse the repository at this point in the history
Disable tiler server cache container and update nodes for pods
  • Loading branch information
Rub21 authored Nov 25, 2024
2 parents 69265ac + 673ea65 commit ea1ae04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ osm-seed:
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: api_db
label_value: web
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240804_0003.osm.pbf
Expand Down Expand Up @@ -525,7 +525,7 @@ osm-seed:
# Variables for tiler-server cache cleaner, only avaliable in case the TILER_CACHE_TYPE = s3
# ====================================================================================================
tilerServerCacheCleaner:
enabled: true
enabled: false
nodeSelector:
enabled: true
label_key: nodegroup_type
Expand Down Expand Up @@ -943,7 +943,7 @@ ohm:
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: tiler_large
label_value: tiler_medium

# Tiler seed by default is giong to seet tiles from 0-6 zoom level
tilerCacheSeed:
Expand All @@ -966,4 +966,4 @@ ohm:
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: tiler_large
label_value: tiler_medium

0 comments on commit ea1ae04

Please sign in to comment.