Skip to content

Commit

Permalink
Fix values for nominatim
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 4, 2024
1 parent ed09497 commit 62bb1f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ osm-seed:
ingressDomain: nominatim-api.staging.openhistoricalmap.org
replicaCount: 1
env:
PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240108_0000.osm.pbf
PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240404_0003.osm.pbf
REPLICATION_URL: http://planet.openhistoricalmap.org.s3.amazonaws.com/replication/minute
REPLICATION_UPDATE_INTERVAL: 60
REPLICATION_RECHECK_INTERVAL: 30
Expand All @@ -592,7 +592,7 @@ osm-seed:
PGDATA: /var/lib/postgresql/14/main
NOMINATIM_ADDRESS_LEVEL_CONFIG_URL: https://raw.githubusercontent.com/OpenHistoricalMap/nominatim-ui/master/address-levels.json
UPDATE_MODE: continuous
OSMSEED_WEB_API_DOMAIN: staging.openhistoricalmap.org
OSMSEED_WEB_API_DOMAIN: openhistoricalmap.org
OSMSEED_OVERPASS_API_DOMAIN: overpass-api.staging.openhistoricalmap.org
resources:
enabled: false
Expand All @@ -611,8 +611,8 @@ osm-seed:
localVolumeHostPath: /mnt/nominatim-db-data
localVolumeSize: 10Gi
# AWS
AWS_ElasticBlockStore_volumeID: vol-042cace32c4b5de70
AWS_ElasticBlockStore_size: 20Gi
AWS_ElasticBlockStore_volumeID: vol-003347415afb02b8d
AWS_ElasticBlockStore_size: 30Gi
# GCP
GCP_gcePersistentDisk_pdName: osmseed-disk-nominatim_db-v1
GCP_gcePersistentDisk_size: 50Gi
Expand Down

0 comments on commit 62bb1f3

Please sign in to comment.