From 04767e1d0a78500ffcd5ec043aabca45fa3367ff Mon Sep 17 00:00:00 2001 From: Santiago Botto Date: Thu, 13 Jun 2024 13:56:23 -0300 Subject: [PATCH] TECH-3399 - Increase resources for chainlog-logger (staging) `chainlog-logger` is continuously using about `340m` of CPU, with an average of ~`300m`. --- deploy/staging/chainlog-logger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/staging/chainlog-logger.yaml b/deploy/staging/chainlog-logger.yaml index 3c41fe7..8923eb3 100644 --- a/deploy/staging/chainlog-logger.yaml +++ b/deploy/staging/chainlog-logger.yaml @@ -15,10 +15,10 @@ podAnnotations: reloader.stakater.com/auto: "true" resources: limits: - cpu: 200m + cpu: 500m memory: 256Mi requests: - cpu: 100m + cpu: 350m memory: 128Mi autoscaling: enabled: false