From 753b98ac096ef706c1e57471d7442af0f12e8bd8 Mon Sep 17 00:00:00 2001 From: Wonkun Kim Date: Fri, 27 May 2022 13:37:23 -0500 Subject: [PATCH] Increase the resource requests and limits to 50mi/100mi from 20mi/30mi --- bootstrap-components.yaml | 4 ++-- config/manager/manager.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap-components.yaml b/bootstrap-components.yaml index 5c8efa4..c2e3db8 100644 --- a/bootstrap-components.yaml +++ b/bootstrap-components.yaml @@ -436,9 +436,9 @@ spec: resources: limits: cpu: 100m - memory: 30Mi + memory: 100Mi requests: cpu: 100m - memory: 20Mi + memory: 50Mi serviceAccountName: etcdadm-bootstrap-provider-manager terminationGracePeriodSeconds: 10 diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 8c394af..c058c7a 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -38,9 +38,9 @@ spec: resources: limits: cpu: 100m - memory: 30Mi + memory: 100Mi requests: cpu: 100m - memory: 20Mi + memory: 50Mi terminationGracePeriodSeconds: 10 serviceAccountName: manager