Skip to content

Commit

Permalink
Update nominatim to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Feb 14, 2025
1 parent 9366df8 commit 113a513
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion ohm/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: osm-seed
version: '0.1.0-n806.h184cc3c'
version: '0.1.0-n807.h1371c02'
repository: https://devseed.com/osm-seed-chart/
2 changes: 2 additions & 0 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,8 @@ osm-seed:
NOMINATIM_ADDRESS_LEVEL_CONFIG_URL: https://raw.githubusercontent.com/OpenHistoricalMap/nominatim-ui/master/address-levels.json
UPDATE_MODE: continuous
OSMSEED_WEB_API_DOMAIN: www.openhistoricalmap.org
IMPORT_STYLE: extratags
EXTRA_TAGS: start_date,start_date:edtf,end_date,end_date:edt
resources:
enabled: false
requests:
Expand Down
23 changes: 9 additions & 14 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -690,14 +690,14 @@ osm-seed:
# Variables for nominatim api
# ====================================================================================================
nominatimApi:
enabled: false
enabled: true
serviceAnnotations:
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300"
ingressDomain: nominatim-api.staging.openhistoricalmap.org
replicaCount: 1
env:
PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240612_0002.osm.pbf
REPLICATION_URL: http://planet.openhistoricalmap.org.s3.amazonaws.com/replication/minute
PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-250213_0001.osm.pbf
REPLICATION_URL: https://planet.openhistoricalmap.org.s3.amazonaws.com/replication/minute
REPLICATION_UPDATE_INTERVAL: 60
REPLICATION_RECHECK_INTERVAL: 30
FREEZE: false
Expand All @@ -707,10 +707,12 @@ osm-seed:
IMPORT_TIGER_ADDRESSES: false
THREADS: 8
NOMINATIM_PASSWORD: {{STAGING_NOMINATIM_PG_PASSWORD}}
PGDATA: /var/lib/postgresql/14/main
PGDATA: /var/lib/postgresql/16/main
NOMINATIM_ADDRESS_LEVEL_CONFIG_URL: https://raw.githubusercontent.com/OpenHistoricalMap/nominatim-ui/master/address-levels.json
UPDATE_MODE: continuous
OSMSEED_WEB_API_DOMAIN: www.openhistoricalmap.org
IMPORT_STYLE: extratags
EXTRA_TAGS: start_date,start_date:edtf,end_date,end_date:edt
resources:
enabled: false
requests:
Expand All @@ -722,17 +724,10 @@ osm-seed:
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
mountPath: /var/lib/postgresql/14/main
mountPath: /var/lib/postgresql/16/main
subPath: nominatim-pgdata
# Minikube
localVolumeHostPath: /mnt/nominatim-db-data
localVolumeSize: 10Gi
# AWS
AWS_ElasticBlockStore_volumeID: vol-0a530cc12fd745545
AWS_ElasticBlockStore_size: 100Gi
# GCP
GCP_gcePersistentDisk_pdName: osmseed-disk-nominatim_db-v1
GCP_gcePersistentDisk_size: 50Gi
AWS_ElasticBlockStore_volumeID: vol-02134de69aa3e98ef
AWS_ElasticBlockStore_size: 50Gi
nodeSelector:
enabled: true
label_key: nodegroup_type
Expand Down

0 comments on commit 113a513

Please sign in to comment.