lifeness and readiness
This commit is contained in:
@@ -29,6 +29,16 @@ spec:
|
|||||||
port: 8000
|
port: 8000
|
||||||
initialDelaySeconds: 3
|
initialDelaySeconds: 3
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
|
timeoutSecounds: 3
|
||||||
|
failureTreshold: 3
|
||||||
|
lifenessProbe:
|
||||||
|
httpGet:
|
||||||
|
path: /health
|
||||||
|
port: 8000
|
||||||
|
initialDelaySecounds: 10
|
||||||
|
periodSecounds: 15
|
||||||
|
timeoutSecounds: 3
|
||||||
|
failureTreshold: 3
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "64Mi"
|
memory: "64Mi"
|
||||||
|
|||||||
Reference in New Issue
Block a user