Skip to content

Commit

Permalink
Update db fot tiler staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 19, 2024
1 parent c772955 commit 628dd44
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 @@ -388,7 +388,7 @@ osm-seed:
enabled: true
env:
POSTGRES_HOST: {{STAGING_TILER_DB_HOST}}
POSTGRES_DB: tiler_osm_prod_v2 # Kuberntes existing db called, tiler-osm
POSTGRES_DB: tiler_osm_prod_v4 # Kuberntes existing db called, tiler-osm
POSTGRES_USER: postgres
POSTGRES_PASSWORD: {{STAGING_TILER_DB_PASSWORD}}
POSTGRES_PORT: 5432
Expand Down Expand Up @@ -486,7 +486,7 @@ osm-seed:
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-241214_1202.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
SEQUENCE_NUMBER: '1677612'
OVERWRITE_STATE: true
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: true
IMPORT_NATURAL_EARTH: true
IMPORT_OSM_LAND: true
Expand Down

0 comments on commit 628dd44

Please sign in to comment.