spotahome / redis-operator

Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Apache License 2.0
1.49k stars 357 forks source link

fix: sentinel readiness probe to fail when monitoring localhost #588

Closed ese closed 1 year ago

ese commented 1 year ago

Original PR: #558 Fixes #532 .

Changes proposed on the PR:

I think we should have customised readiness and liveness checks in the future as well but for now this should be enough.