Skip to content

Commit

Permalink
Merge pull request #429 from OpenHistoricalMap/fix/tiler-server-config
Browse files Browse the repository at this point in the history
Update config tiler server
  • Loading branch information
Rub21 authored Dec 13, 2024
2 parents 01bbd3e + 5b7da0b commit 4714974
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 @@ -513,7 +513,7 @@ osm-seed:
# AWS_ElasticBlockStore_volumeID : {{PRODUCTION_TILER_SERVER_EBS}}
# AWS_ElasticBlockStore_size: 100Gi
resources:
enabled: true
enabled: false
requests:
memory: "2Gi"
cpu: "1"
Expand Down Expand Up @@ -967,9 +967,9 @@ ohm:
enabled: true
schedule: '0 */6 * * *'
env:
GEOJSON_URL: https://osmseed-dev.s3.us-east-1.amazonaws.com/tiler/wold-usa-eu.geojson
GEOJSON_URL: https://osmseed-dev.s3.us-east-1.amazonaws.com/tiler/usa-eu-lat-afr.geojson
ZOOM_LEVELS: '7,8,9,10'
CONCURRENCY: 32
CONCURRENCY: 128
S3_BUCKET: osmseed-dev
OUTPUT_FILE: /logs/tiler_benchmark.log
resources:
Expand Down

0 comments on commit 4714974

Please sign in to comment.