Hello, novice here.
While learning and trying out liveness probe myself, I’ve noticed that it takes 30 seconds for the container to restart after failing the liveness check.
On the docs, it says wait 30 seconds.
Wait another 30 seconds, and verify that the container has been restarted
Is this 30 seconds fixed?
I’ve tried settings periodSeconds
and failureThreshold
to 1
but has no effect.
Thanks