Files
deprecated-helm-charts/stable
JonnyandKubernetes Prow Robot f4e0467eef [stable/mongodb] fix failing liveness probe during long running mongodb recovery (#17502)
* fix failing liveness probe during long running mongodb recovery

this fix lets the livenes probe succeed during a long running recovery.
The new liveness probe looks for the running mongod process inside the
container, which allows a successful request. The pod will still only be
ready once the recovery is finished and only then traffic will be served
to this pod.

bumped chart version

fix #17501

Signed-off-by: Jonny Langefeld <jonny.langefeld@gmail.com>

* Rebase on master and bump chart version

because of [2a63b08df1](https://github.com/helm/charts/commit/2a63b08df140003b427e0b349c2b4b350d7d4089)

Signed-off-by: Jonny Langefeld <jonny.langefeld@gmail.com>
2019-10-08 00:19:11 -07:00
..