From e96b3b207a044709727549351dfef50266592663 Mon Sep 17 00:00:00 2001 From: Vincent Boutour Date: Thu, 7 Jan 2021 10:39:56 +0100 Subject: [PATCH] ci(k8s): Increasing ressources allocations --- infra/config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/infra/config.yaml b/infra/config.yaml index 6d973cc2..c76365c4 100644 --- a/infra/config.yaml +++ b/infra/config.yaml @@ -43,6 +43,13 @@ spec: operator: In values: - bob + resources: + limits: + cpu: 400m + memory: 64Mi + requests: + cpu: 400m + memory: 64Mi securityContext: runAsGroup: 1000 runAsUser: 1000