* [stable/redis-ha] Add Optional Prometheus Exporter Sidecar
Added support for an optional prometheus exporter sidecar container in each redis pod.
Signed-off-by: Tim Mitrovich <tim@mitrovich.net>
* [stable/redis-ha] Add Optional Prometheus Exporter Sidecar
* Added https://github.com/oliver006/redis_exporter to the sources list
* Added ability to configure resource limits
* Added ability to pull redis password from the existing redis secret so that we don't have plain text passwords in the config files
* Added ability to configure port and metrics scraping path
* Updated comments about the default install of redis-ha chart
* Added livenessProbe to exporter container
Signed-off-by: Tim Mitrovich <tim@mitrovich.net>