From f9d4b738d1856c7b6b74407873402f7c8e33a82b Mon Sep 17 00:00:00 2001 From: Sasha Tsurenko Date: Mon, 9 Sep 2024 20:04:33 +0200 Subject: [PATCH] TECH-3595 - Setting correct CPU/RAM requests/limits :chart_with_upwards_trend: :chart_with_upwards_trend: :chart_with_upwards_trend: Current average (12h) usage is: **CPU**: 0.0005 **RAM**: 35.02 MB --- deploy/production/vote-breakdown-bot.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/production/vote-breakdown-bot.yaml b/deploy/production/vote-breakdown-bot.yaml index f69618e..6844c42 100644 --- a/deploy/production/vote-breakdown-bot.yaml +++ b/deploy/production/vote-breakdown-bot.yaml @@ -16,11 +16,11 @@ podAnnotations: reloader.stakater.com/auto: "true" resources: limits: - cpu: 500m - memory: 1024Mi + cpu: 0.25 + memory: 256Mi requests: - cpu: 250m - memory: 512Mi + cpu: 0.05 + memory: 64Mi autoscaling: enabled: false env: