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: