crypto: relax monerod probes for sync
This commit is contained in:
parent
17dbb57897
commit
a3a00cfa9d
@ -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