From c94e7a5557081e76f78e7d2efae46546201ba7e4 Mon Sep 17 00:00:00 2001 From: Andi Titu <45081667+AndyTitu@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:44:53 +0300 Subject: [PATCH] use 0.2 instead of 0.2m --- config/connect/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/connect/deployment.yaml b/config/connect/deployment.yaml index ce84079..69314da 100644 --- a/config/connect/deployment.yaml +++ b/config/connect/deployment.yaml @@ -40,7 +40,7 @@ spec: limits: memory: "128Mi" requests: - cpu: "0.2m" + cpu: "0.2" ports: - containerPort: 8080 env: