From 462f7ebf9170464d84ceff10bfa9ec888edc10dd Mon Sep 17 00:00:00 2001 From: Noel Feliciano <61991654+fw-noel@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:29:11 -0700 Subject: [PATCH] fix: lower cpu request/limits for client, didn't need to be so big (#322) --- openshift/client.dc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openshift/client.dc.yml b/openshift/client.dc.yml index e66a5b73..38000352 100644 --- a/openshift/client.dc.yml +++ b/openshift/client.dc.yml @@ -91,10 +91,10 @@ objects: protocol: TCP resources: limits: - cpu: 75m + cpu: 40m memory: 256Mi requests: - cpu: 30m + cpu: 20m memory: 128Mi securityContext: capabilities: