Skip to content

Commit

Permalink
Enable experiment station name alias in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Apr 11, 2023
1 parent 83e77fd commit 08a5bf4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/kakka-gcp2/environments/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ configMap:
osmPoiFilterDefaultPriority: 10
poiInclude: false
geocoderPlaceTypeWhitelist: tettsteddel,bydel,by,tettsted,tettbebyggelse
addAlternativeNameWithoutStationNameSuffix: true
elasticsearchDeploymentName: es-scratch
elasticsearchUploadJobEnabled: true
elasticsearchUrl: http://es-scratch:9200
Expand Down
1 change: 1 addition & 0 deletions helm/kakka-gcp2/environments/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ configMap:
osmPoiFilterDefaultPriority: 10
poiInclude: false
geocoderPlaceTypeWhitelist: tettsteddel,bydel,by,tettsted,tettbebyggelse
addAlternativeNameWithoutStationNameSuffix: false
elasticsearchDeploymentName: es-scratch
elasticsearchUploadJobEnabled: true
elasticsearchUrl: http://es-scratch:9200
Expand Down
1 change: 1 addition & 0 deletions helm/kakka-gcp2/environments/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ configMap:
osmPoiFilterDefaultPriority: 10
poiInclude: false
geocoderPlaceTypeWhitelist: tettsteddel,bydel,by,tettsted,tettbebyggelse
addAlternativeNameWithoutStationNameSuffix: false
elasticsearchDeploymentName: es-scratch
elasticsearchUploadJobEnabled: true
elasticsearchUrl: http://es-scratch:9200
Expand Down
2 changes: 2 additions & 0 deletions helm/kakka-gcp2/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ data:
pelias.download.directory=/tmp/tiamat/pelias
# Include POIs from tiamat netex file
pelias.poi.include={{.Values.configMap.pelias.poiInclude}}
# Experimental feature:
pelias.stopplace.addAlternativeNameWithoutStationNameSuffix={{.Values.configMap.pelias.addAlternativeNameWithoutStationNameSuffix}}
# Blob store
blobstore.gcs.project.id={{ .Values.configMap.blobstoreProjectId }}
Expand Down

0 comments on commit 08a5bf4

Please sign in to comment.