crypto: relax monerod probes for sync

This commit is contained in:
Brad Stein 2026-03-30 16:47:14 -03:00
parent 17dbb57897
commit a3a00cfa9d

View File

@ -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: