[FIX] Abused liveness & readiness probes
This commit is contained in:
parent
3cd9577cbf
commit
cb118e07c0
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command: ["echo"]
|
command: ["echo"]
|
||||||
failureThreshold: 20
|
failureThreshold: 20
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
|
@ -19,7 +19,7 @@ readinessProbe:
|
||||||
exec:
|
exec:
|
||||||
command: ["echo"]
|
command: ["echo"]
|
||||||
failureThreshold: 20
|
failureThreshold: 20
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue