From 3fbd0b32cd465ec4723855d392600aceba06bc40 Mon Sep 17 00:00:00 2001 From: Andi Titu <45081667+AndyTitu@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:35:32 +0300 Subject: [PATCH] Use requests instead of limits for cpu resource --- config/connect/deployment.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/connect/deployment.yaml b/config/connect/deployment.yaml index 3b6acf4..ce84079 100644 --- a/config/connect/deployment.yaml +++ b/config/connect/deployment.yaml @@ -39,7 +39,8 @@ spec: resources: limits: memory: "128Mi" - cpu: "0.2" + requests: + cpu: "0.2m" ports: - containerPort: 8080 env: @@ -58,7 +59,8 @@ spec: resources: limits: memory: "128Mi" - cpu: "0.2" + requests: + cpu: "0.2m" ports: - containerPort: 8081 env: