From a3a00cfa9d2cf4ce9af24d3118fe794a23f47144 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 30 Mar 2026 16:47:14 -0300 Subject: [PATCH] crypto: relax monerod probes for sync --- services/crypto/monerod/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: