pelias-deprecated / kubernetes

Tools for running Pelias services on kubernetes
MIT License
54 stars 47 forks source link

Use Pelias images instead of busybox #116

Closed orangejulius closed 4 years ago

orangejulius commented 4 years ago

These images have up to date, full, versions of both wget and curl.

In testing, it turns out that the busybox version of wget will max out a CPU when downloading at only around 50MB/sec, whereas the full version can handle almost 100MB/sec with minimal CPU usage.