This commit is contained in:
@@ -24,7 +24,7 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /liveness
|
path: /liveness
|
||||||
port: 5000
|
port: 5000
|
||||||
initialDelaySeconds: 15
|
initialDelaySeconds: 2
|
||||||
timeoutSeconds: 2
|
timeoutSeconds: 2
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
failureThreshold: 2
|
failureThreshold: 2
|
||||||
@@ -32,7 +32,7 @@ spec:
|
|||||||
httpGet:
|
httpGet:
|
||||||
path: /readiness
|
path: /readiness
|
||||||
port: 5000
|
port: 5000
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 3
|
||||||
timeoutSeconds: 3
|
timeoutSeconds: 3
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
Reference in New Issue
Block a user