Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/addok/addok-ban/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: addok-ban
version: 0.1.0
dependencies:
- name: addok
version: 0.1.0
version: 0.1.2
repository: https://inseefrlab.github.io/helm-charts
2 changes: 1 addition & 1 deletion apps/addok/addok-bano/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: addok-bano
version: 0.1.0
dependencies:
- name: addok
version: 0.1.0
version: 0.1.2
repository: https://inseefrlab.github.io/helm-charts
33 changes: 33 additions & 0 deletions apps/addok/addok-bano/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@ addok:
ingress:
# No ingress as we are using Gravitee as API manager
enabled: false
addokconf: |-
ATTRIBUTION = "BANO"
LICENCE = "ETALAB-2.0"
EXTRA_FIELDS = [
{"key": "citycode"},
{"key": "oldcitycode"},
{"key": "oldcity"},
{"key": "district"},
]
FILTERS = ["type", "citycode", "postcode"]
QUERY_PROCESSORS_PYPATHS = [
"addok.helpers.text.check_query_length",
"addok_france.extract_address",
"addok_france.clean_query",
"addok_france.remove_leading_zeros",
]
SEARCH_RESULT_PROCESSORS_PYPATHS = [
"addok.helpers.results.match_housenumber",
"addok_france.make_labels",
"addok.helpers.results.score_by_importance",
"addok.helpers.results.score_by_autocomplete_distance",
"addok.helpers.results.score_by_ngram_distance",
"addok.helpers.results.score_by_geo_distance",
]
PROCESSORS_PYPATHS = [
"addok.helpers.text.tokenize",
"addok.helpers.text.normalize",
"addok_france.glue_ordinal",
"addok_france.fold_ordinal",
"addok_france.flag_housenumber",
"addok.helpers.text.synonymize",
"addok_fr.phonemicize",
]
init:
enabled: true
image: curlimages/curl
Expand Down
2 changes: 1 addition & 1 deletion apps/addok/addok-cog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: addok-cog
version: 0.1.0
dependencies:
- name: addok
version: 0.1.0
version: 0.1.2
repository: https://inseefrlab.github.io/helm-charts
33 changes: 33 additions & 0 deletions apps/addok/addok-cog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@ addok:
ingress:
# No ingress as we are using Gravitee as API manager
enabled: false
addokconf: |-
ATTRIBUTION = "BAN-COG"
LICENCE = "ETALAB-2.0"
EXTRA_FIELDS = [
{"key": "citycode"},
{"key": "oldcitycode"},
{"key": "oldcity"},
{"key": "district"},
]
FILTERS = ["type", "citycode", "postcode"]
QUERY_PROCESSORS_PYPATHS = [
"addok.helpers.text.check_query_length",
"addok_france.extract_address",
"addok_france.clean_query",
"addok_france.remove_leading_zeros",
]
SEARCH_RESULT_PROCESSORS_PYPATHS = [
"addok.helpers.results.match_housenumber",
"addok_france.make_labels",
"addok.helpers.results.score_by_importance",
"addok.helpers.results.score_by_autocomplete_distance",
"addok.helpers.results.score_by_ngram_distance",
"addok.helpers.results.score_by_geo_distance",
]
PROCESSORS_PYPATHS = [
"addok.helpers.text.tokenize",
"addok.helpers.text.normalize",
"addok_france.glue_ordinal",
"addok_france.fold_ordinal",
"addok_france.flag_housenumber",
"addok.helpers.text.synonymize",
"addok_fr.phonemicize",
]
init:
enabled: true
image: curlimages/curl
Expand Down
2 changes: 1 addition & 1 deletion apps/addok/addok-poi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: addok-poi
version: 0.1.0
dependencies:
- name: addok
version: 0.1.0
version: 0.1.2
repository: https://inseefrlab.github.io/helm-charts
33 changes: 33 additions & 0 deletions apps/addok/addok-poi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@ addok:
ingress:
# No ingress as we are using Gravitee as API manager
enabled: false
addokconf: |-
ATTRIBUTION = "BAN-POI"
LICENCE = "ETALAB-2.0"
EXTRA_FIELDS = [
{"key": "citycode"},
{"key": "oldcitycode"},
{"key": "oldcity"},
{"key": "district"},
]
FILTERS = ["type", "citycode", "postcode"]
QUERY_PROCESSORS_PYPATHS = [
"addok.helpers.text.check_query_length",
"addok_france.extract_address",
"addok_france.clean_query",
"addok_france.remove_leading_zeros",
]
SEARCH_RESULT_PROCESSORS_PYPATHS = [
"addok.helpers.results.match_housenumber",
"addok_france.make_labels",
"addok.helpers.results.score_by_importance",
"addok.helpers.results.score_by_autocomplete_distance",
"addok.helpers.results.score_by_ngram_distance",
"addok.helpers.results.score_by_geo_distance",
]
PROCESSORS_PYPATHS = [
"addok.helpers.text.tokenize",
"addok.helpers.text.normalize",
"addok_france.glue_ordinal",
"addok_france.fold_ordinal",
"addok_france.flag_housenumber",
"addok.helpers.text.synonymize",
"addok_fr.phonemicize",
]
init:
enabled: true
image: curlimages/curl
Expand Down