From 0f7b21d74f4dca81ca9a414aaca4c5bc642cad90 Mon Sep 17 00:00:00 2001 From: Gab Satchi Date: Tue, 3 May 2022 16:16:12 -0400 Subject: [PATCH] requests 100m CPU and 100Mi memory for source controller. - Removes limit --- config/source/500-controller.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/config/source/500-controller.yaml b/config/source/500-controller.yaml index 57bc1609fb..fd3fe48df7 100644 --- a/config/source/500-controller.yaml +++ b/config/source/500-controller.yaml @@ -54,11 +54,8 @@ spec: - all volumeMounts: resources: - limits: - cpu: 100m - memory: 30Mi requests: - cpu: 20m - memory: 20Mi + cpu: 100m + memory: 100Mi serviceAccount: rabbitmq-controller-manager terminationGracePeriodSeconds: 10