From e5fcf29be18651659d5da8d5ea1e95db00405367 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 29 Mar 2021 16:56:23 -0400 Subject: [PATCH] debuginfod: reduce initial container resource reqs to 12GB RAM and 1 CPU --- .../openshift-apps/debuginfod/templates/deploymentconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml b/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml index 8681d36d85..b0623b5289 100644 --- a/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml +++ b/roles/openshift-apps/debuginfod/templates/deploymentconfig.yml @@ -38,8 +38,8 @@ spec: - containerPort: 8002 resources: requests: - memory: 24000Mi - cpu: 8000m + memory: 12000Mi + cpu: 1000m volumeMounts: - name: debuginfod-storage{{ '-stg' if env == 'staging' else '' }} mountPath: /var/cache/debuginfod