Skip to content

Commit

Permalink
Merge pull request #451 from OpenHistoricalMap/prod/tiler_config_v2
Browse files Browse the repository at this point in the history
Update db tiler config
  • Loading branch information
Rub21 authored Dec 29, 2024
2 parents 66a5b7a + 0844ce4 commit bba1ad8
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 @@ -362,7 +362,7 @@ osm-seed:
label_value: api_db
env:
POSTGRES_HOST: {{PRODUCTION_TILER_DB_HOST}}
POSTGRES_DB: tiler_osm_prod_v5
POSTGRES_DB: tiler_osm_prod_v6
POSTGRES_USER: postgres
POSTGRES_PASSWORD: {{PRODUCTION_TILER_DB_PASSWORD}}
POSTGRES_PORT: 5432
Expand Down Expand Up @@ -455,9 +455,9 @@ osm-seed:
label_value: web_large
env:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-241226_0001.osm.pbf
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-241228_1119.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
SEQUENCE_NUMBER: "1681000"
SEQUENCE_NUMBER: "1682000"
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: true
IMPORT_NATURAL_EARTH: true
Expand All @@ -467,7 +467,7 @@ osm-seed:
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-08354b60f5800d4f7
AWS_ElasticBlockStore_volumeID: vol-079d7cd90627c9e09
AWS_ElasticBlockStore_size: 100Gi
resources:
enabled: true
Expand Down

0 comments on commit bba1ad8

Please sign in to comment.