From 763d4d68b8842e210986b9c55cf4f56a0519ce32 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Thu, 5 Mar 2026 18:26:20 +0100 Subject: [PATCH] chore: update deployment resources to cpu 50m and memory 100Mi --- helm/heatguard/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/heatguard/values.yaml b/helm/heatguard/values.yaml index cedb2ae..3e4a682 100644 --- a/helm/heatguard/values.yaml +++ b/helm/heatguard/values.yaml @@ -37,10 +37,10 @@ envFrom: [] resources: requests: cpu: 50m - memory: 32Mi + memory: 100Mi limits: - cpu: 200m - memory: 64Mi + cpu: 50m + memory: 100Mi autoscaling: enabled: true