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"