Update Readiness Probing timeout mechanism

This commit is contained in:
Mingchen Dai 2024-09-26 11:38:53 +00:00
parent c10befe9f8
commit 1600db90da
No known key found for this signature in database
GPG Key ID: 830D8248E627888A

@ -51,6 +51,11 @@ spec:
- /bin/sh - /bin/sh
- -c - -c
- exec cat /etc/ssh/ssh_host*.pub - exec cat /etc/ssh/ssh_host*.pub
failureThreshold: 6
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
resources: resources:
limits: limits:
cpu: 300m cpu: 300m