From 1cf11cbe48b26d2b799ef15926947f2eb4eef078 Mon Sep 17 00:00:00 2001 From: ychung-mot Date: Fri, 31 May 2024 14:35:12 -0700 Subject: [PATCH] chore: resource --- helm/main/values-prod.yaml | 4 ++-- helm/main/values-uat.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/main/values-prod.yaml b/helm/main/values-prod.yaml index 2c8447ed..18ac1174 100644 --- a/helm/main/values-prod.yaml +++ b/helm/main/values-prod.yaml @@ -94,10 +94,10 @@ hangfire: resources: limits: - cpu: 300m + cpu: 200m memory: 600Mi requests: - cpu: 200m + cpu: 100m memory: 400Mi env: diff --git a/helm/main/values-uat.yaml b/helm/main/values-uat.yaml index 672543b3..20201bd0 100644 --- a/helm/main/values-uat.yaml +++ b/helm/main/values-uat.yaml @@ -94,10 +94,10 @@ hangfire: resources: limits: - cpu: 300m + cpu: 200m memory: 600Mi requests: - cpu: 200m + cpu: 100m memory: 400Mi env: