Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #100 from pelias/readme-updates
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
orangejulius authored Sep 4, 2019
2 parents 18eaadd + 502199e commit 0396a36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A working Pelias cluster contains at least some of the following services:
* Pelias API (requires about 50MB of RAM)
* Libpostal Service (requires about 2GB of RAM)
* Placeholder Service (Requires 256MB of RAM)
* Point in Polygon (PIP) Service (Requires up to 6GB of RAM for a full planet build) (**required for reverse geocoding**)
* Point in Polygon (PIP) Service (Requires up to 6GB of RAM)
* Interpolation Service (requires ~2GB of RAM)

See the [Pelias Services](https://github.com/pelias/documentation/blob/master/services.md) documentation to determine which services to run.
Expand Down Expand Up @@ -56,7 +56,7 @@ You can edit the instance types using `kops edit ig nodes` before starting your

### Pelias Helm Chart installation

It's recommended to use a `.yaml` file to configure the Pelias chart. See [values.yaml](https://github.com/pelias/kubernetes/blob/master/values.yaml) for a starting point.
It's recommended to use a separate `.yaml` file to configure the Pelias chart. See [values.yaml](https://github.com/pelias/kubernetes/blob/master/values.yaml) for a starting point.

The pelias helm chart can be installed as follows:

Expand Down Expand Up @@ -84,9 +84,9 @@ To build smaller piece instead of full planet i.e. single country modification o

Elasticsearch is used as the primary data store for Pelias.

Because Elasticsearch is commplex and it is a performance critical piece of a Pelias installation, it is not included in this Helm chart.
Because Elasticsearch is complex and it is a performance critical piece of a Pelias installation, it is not included in this Helm chart.

Instead, we recommend Pelias users decide for themselves how to instal Elasticsearch and then configure their Peliast services in Kubernetes to connect to Elasticsearch.
Instead, we recommend Pelias users decide for themselves how to instal Elasticsearch and then configure their Pelias services in Kubernetes to connect to Elasticsearch.

Some methods for setting up Elasticsearch:

Expand Down

0 comments on commit 0396a36

Please sign in to comment.