apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
242 stars 112 forks source link

Do not return metrics for liveness probe #694

Closed HoustonPutman closed 3 months ago

HoustonPutman commented 3 months ago

Fixes #693

HoustonPutman commented 3 months ago

For some reason, in the 8.11 branch the /-/healthy endpoint still returns all metrics, so that doesn't fix this issue. Once we upgrade to 9x being the minimum supported version, then we can switch to healthy instead of just requesting no metrics.