From 76cc48fbf6548b35a933e58f472b674530b626fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 18 Feb 2022 18:54:05 +0100 Subject: [PATCH] Revert memory limit increase We don't need it since we improved the git dowload. --- src/runboat/kubefiles/initialize.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runboat/kubefiles/initialize.yaml b/src/runboat/kubefiles/initialize.yaml index e79b6f3..a237329 100644 --- a/src/runboat/kubefiles/initialize.yaml +++ b/src/runboat/kubefiles/initialize.yaml @@ -28,7 +28,7 @@ spec: resources: limits: cpu: 1000m - memory: 2Gi + memory: 1Gi requests: cpu: 1000m memory: 1Gi