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 #558

Closed zekena2 closed 1 year ago

zekena2 commented 1 year ago

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.

ese commented 1 year ago

Thanks! Fixed conflicts: #588