mirror of
https://gitee.com/devstar/devstar-devcontainer-operator
synced 2025-04-21 09:42:22 +00:00
Update Readiness Probing timeout mechanism
This commit is contained in:
parent
c10befe9f8
commit
1600db90da
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user