Skip to content

Commit

Permalink
Enable tiler server - staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 3, 2024
1 parent a0137c6 commit 7032745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ osm-seed:
label_key: nodegroup_type
label_value: db_large
postgresqlConfig:
enabled: false
enabled: true
values: |
# PostgreSQL configuration
listen_addresses = '*'
Expand Down Expand Up @@ -488,7 +488,7 @@ osm-seed:
TILER_IMPORT_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-241202_0001.osm.pbf
REPLICATION_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute/
SEQUENCE_NUMBER: "1666000"
OVERWRITE_STATE: true
OVERWRITE_STATE: false
UPLOAD_EXPIRED_FILES: true
IMPORT_NATURAL_EARTH: true
IMPORT_OSM_LAND: true
Expand All @@ -513,7 +513,7 @@ osm-seed:
# ====================================================================================================

tilerServer:
enabled: false
enabled: true
nodeSelector:
enabled: true
label_key: nodegroup_type
Expand Down

0 comments on commit 7032745

Please sign in to comment.