From 2d46a2b8fb7d12ba7a3332b853af92e45b6a1a18 Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 19 May 2026 13:45:02 -0300 Subject: [PATCH] ops: relax p2pool scheduling request --- services/crypto/xmr-miner/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/crypto/xmr-miner/deployment.yaml b/services/crypto/xmr-miner/deployment.yaml index b06d2a91..d2455918 100644 --- a/services/crypto/xmr-miner/deployment.yaml +++ b/services/crypto/xmr-miner/deployment.yaml @@ -93,8 +93,8 @@ spec: periodSeconds: 10 resources: requests: - cpu: 500m - memory: 3Gi + cpu: 100m + memory: 2Gi limits: cpu: 1500m memory: 4Gi