Skip to content

Commit

Permalink
Enable external tiler db
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 7, 2024
1 parent 4acc631 commit dc9b6ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,10 @@ osm-seed:
tilerDb:
enabled: true
useExternalHost: # When we are using useExternalHost.enabled= true other variables are giong to be disable ans use the external host config
enabled: false
enabled: true
env:
POSTGRES_HOST: {{STAGING_TILER_DB_HOST}}
POSTGRES_DB: tiler-osm # Kuberntes existing db called, tiler-osm
POSTGRES_DB: tiler_osm_staging # Kuberntes existing db called, tiler-osm
POSTGRES_USER: postgres
POSTGRES_PASSWORD: {{STAGING_TILER_DB_PASSWORD}}
POSTGRES_PORT: 5432
Expand Down Expand Up @@ -993,15 +993,15 @@ ohm:
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: web_large
label_value: job_large

# Tiler seed by default is giong to seet tiles from 0-5 zoom level
tilerCacheSeed:
enabled: true
schedule: '* * * * *'
env:
GEOJSON_URL: https://osmseed-dev.s3.us-east-1.amazonaws.com/tiler/wold-usa-eu.geojson
ZOOM_LEVELS: '7'
ZOOM_LEVELS: '7,8,9'
CONCURRENCY: 64
S3_BUCKET: osmseed-dev
OUTPUT_FILE: /logs/tiler_benchmark.log
Expand All @@ -1016,4 +1016,4 @@ ohm:
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: web_large
label_value: job_large

0 comments on commit dc9b6ea

Please sign in to comment.