openstack-helm-infra/prometheus
DeJaeger, Darren (dd118r) be2584fd7c Adjust Prometheus http readiness probe path from /status to /-/ready
Prometheus documentation shows that /-/ready can be used to check that
it is ready to service traffic (i.e. respond to queries) [0]. I've
witnessed cases where Prometheus's readiness probe is passing during
initial deployment using /status, which in turn triggers its helm test
to start. Said helm test then fails because /status is not a good a
reliable indicator that Prometheus is actually ready to serve traffic
and the helm test is performing actions that require it to be proprely
up and ready.

[0]: https://prometheus.io/docs/prometheus/latest/management_api/

Change-Id: Iab22d0c986d680663fbe8e84d6c0d89b03dc6428
2021-04-13 13:17:49 -04:00
..
templates Adjust Prometheus http readiness probe path from /status to /-/ready 2021-04-13 13:17:49 -04:00
values_overrides Enable TLS for Prometheus 2021-03-17 17:06:07 -07:00
Chart.yaml Adjust Prometheus http readiness probe path from /status to /-/ready 2021-04-13 13:17:49 -04:00
requirements.yaml Change helm-toolkit dependency version to ">= 0.1.0" 2020-09-24 12:19:28 -05:00
values.yaml Enable TLS for Prometheus 2021-03-17 17:06:07 -07:00