In the readme https://github.com/godaddy/terminus?tab=readme-ov-file#how-to-set-terminus-up-with-kubernetes, it suggest it should start failing readiness probe before terminating.
Does that mean if the failureThreshold in kubernetes is 3 and periodSeconds is 5, then it should fail the /health endpoint and wait for 15 second before terminating?
In the readme https://github.com/godaddy/terminus?tab=readme-ov-file#how-to-set-terminus-up-with-kubernetes, it suggest it should start failing readiness probe before terminating.
Does that mean if the
failureThresholdin kubernetes is 3 andperiodSecondsis 5, then it should fail the /health endpoint and wait for 15 second before terminating?