From 7499791702adfe8aa73ba17b69e00736e3d0bba1 Mon Sep 17 00:00:00 2001 From: "sammy.huang" Date: Wed, 29 May 2024 16:18:56 +0800 Subject: [PATCH] chore(ci):fix (#621) Signed-off-by: Liang Huang --- ci/pod/e2e-arm-cpu.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pod/e2e-arm-cpu.yaml b/ci/pod/e2e-arm-cpu.yaml index 46987b8f..550d7a3e 100644 --- a/ci/pod/e2e-arm-cpu.yaml +++ b/ci/pod/e2e-arm-cpu.yaml @@ -19,8 +19,8 @@ spec: args: ["cat"] resources: requests: - memory: "16Gi" - cpu: "4" + memory: "2Gi" + cpu: "1" limits: memory: "30Gi" cpu: "8"