diff --git a/services/crypto/monerod/deployment.yaml b/services/crypto/monerod/deployment.yaml index cbedeb71..1ea85a0d 100644 --- a/services/crypto/monerod/deployment.yaml +++ b/services/crypto/monerod/deployment.yaml @@ -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: