From e7e200978eda3cfbecace0761311543050f26411 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Tue, 16 Dec 2025 17:57:37 +1100 Subject: [PATCH] removed cpu limits to avoid hitting cluster limits --- values-override.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/values-override.yaml b/values-override.yaml index fe5bdc3..fa31252 100644 --- a/values-override.yaml +++ b/values-override.yaml @@ -110,7 +110,7 @@ anm: resources: limits: memory: "2048Mi" - cpu: "1000m" + #cpu: "1000m" requests: memory: "1Gi" cpu: "250m" @@ -196,7 +196,7 @@ apimgr: resources: limits: memory: "2Gi" - cpu: 2 + #cpu: 2 requests: memory: "0.5Gi" cpu: 0.5 @@ -305,7 +305,7 @@ apitraffic: resources: limits: memory: "2Gi" - cpu: 2 + # cpu: 2 requests: memory: "0.5Gi" cpu: 0.5