crypto: relax monerod probes for sync
This commit is contained in:
parent
4d9f7ecff7
commit
0515064989
@ -75,14 +75,14 @@ spec:
|
||||
httpGet: { path: /get_info, port: 18081 }
|
||||
initialDelaySeconds: 120
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 10
|
||||
failureThreshold: 12
|
||||
timeoutSeconds: 20
|
||||
failureThreshold: 18
|
||||
livenessProbe:
|
||||
httpGet: { path: /get_info, port: 18081 }
|
||||
initialDelaySeconds: 300
|
||||
periodSeconds: 20
|
||||
timeoutSeconds: 10
|
||||
failureThreshold: 12
|
||||
timeoutSeconds: 20
|
||||
failureThreshold: 36
|
||||
terminationGracePeriodSeconds: 120
|
||||
lifecycle:
|
||||
preStop:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user