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