Skip to content

Commit 75cbf17

Browse files
author
Rub21
committed
Update nominatim values
1 parent 3525be9 commit 75cbf17

File tree

1 file changed

+29
-52
lines changed

1 file changed

+29
-52
lines changed

osm-seed/values.yaml

Lines changed: 29 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -518,75 +518,52 @@ tmApi:
518518
memory: '2Gi'
519519
cpu: '2'
520520

521-
# ====================================================================================================
522-
# Nominatim image values
523-
# ====================================================================================================
524-
525-
nominatim:
526-
image:
527-
name: ''
528-
tag: ''
529521

530522
# ====================================================================================================
531-
# Variables for nominatim db
523+
# Variables for nominatim api
532524
# ====================================================================================================
533-
nominatimDb:
534-
enabled: false
525+
nominatimApi:
526+
enabled: true
527+
image:
528+
name: 'developmentseed/osmseed-nominatim'
529+
tag: '0.1.0-n674.he4009f3'
530+
serviceAnnotations: {}
531+
replicaCount: 1
535532
env:
536-
PG_PORT: 5432
537-
PG_USER: nominatim
538-
PG_PASSWORD: password1234
539-
PG_DATABASE: nominatim
540-
OSM_URL_FILE: http://download.geofabrik.de/europe/monaco-latest.osm.bz2
541-
THREADS: 4
533+
PBF_URL: http://download.geofabrik.de/europe/monaco-latest.osm.pbf
542534
REPLICATION_URL: http://download.geofabrik.de/europe/monaco-updates
543-
REPLICATION_MAXINTERVAL: 86500
544-
REPLICATION_UPDATE_INTERVAL: 86500
535+
REPLICATION_UPDATE_INTERVAL: 86400
545536
REPLICATION_RECHECK_INTERVAL: 900
546-
persistenceDisk:
537+
FREEZE: false
538+
IMPORT_WIKIPEDIA: false
539+
IMPORT_US_POSTCODES: false
540+
IMPORT_GB_POSTCODES: false
541+
IMPORT_TIGER_ADDRESSES: false
542+
THREADS: 4
543+
NOMINATIM_PASSWORD: psw1234
544+
PGDATA: /var/lib/postgresql/12/main
545+
resources:
547546
enabled: false
547+
requests:
548+
memory: '1Gi'
549+
cpu: '2'
550+
limits:
551+
memory: '2Gi'
552+
cpu: '2'
553+
persistenceDisk:
554+
enabled: true
548555
accessMode: ReadWriteOnce
549-
mountPath: /var/lib/postgresql/data
556+
mountPath: /var/lib/postgresql/12/main
550557
subPath: nominatim-pgdata
551558
# Minikube
552559
localVolumeHostPath: /mnt/nominatim-db-data
553560
localVolumeSize: 10Gi
554561
# AWS
555-
AWS_ElasticBlockStore_volumeID: vol-037a44560af1076f1
562+
AWS_ElasticBlockStore_volumeID: vol-0403ccb65fb4a85e9
556563
AWS_ElasticBlockStore_size: 100Gi
557564
# GCP
558565
GCP_gcePersistentDisk_pdName: osmseed-disk-nominatim_db-v1
559566
GCP_gcePersistentDisk_size: 50Gi
560-
resources:
561-
enabled: false
562-
requests:
563-
memory: '1Gi'
564-
cpu: '1'
565-
limits:
566-
memory: '2Gi'
567-
cpu: '1'
568-
nodeSelector:
569-
enabled: false
570-
571-
# ====================================================================================================
572-
# Variables for nominatim api
573-
# ====================================================================================================
574-
nominatimApi:
575-
serviceAnnotations: {}
576-
enabled: true
577-
replicaCount: 1
578-
env:
579-
BASE_URL: https://nominatim.osm-seed.test
580-
OSMSEED_WEB_API_DOMAIN: openstreetmap.org
581-
OSMSEED_OVERPASS_API_DOMAIN: overpass-api.osmseed.org
582-
resources:
583-
enabled: false
584-
requests:
585-
memory: '1Gi'
586-
cpu: '2'
587-
limits:
588-
memory: '2Gi'
589-
cpu: '2'
590567
nodeSelector:
591568
enabled: false
592569

0 commit comments

Comments
 (0)