From 426e0ce70ec0b5b9525234bb674fb38067ac26a9 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 1 Aug 2022 09:29:22 -0500 Subject: [PATCH] limit cpu of npm --- ci/podTemplate.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index faea83a..258073c 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -12,3 +12,6 @@ spec: command: - sleep - infinity + resources: + limits: + cpu: 500m