From e1aa17de27a7f784f01c0c293fb292c75a1fdf68 Mon Sep 17 00:00:00 2001 From: Nikolaos Moraitis Date: Thu, 25 Jul 2019 12:29:13 +0200 Subject: [PATCH] increase cpu request in aws installer template --- .../openshift/installer/cluster-launch-installer-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml index 079bdc92cfb79..7dbb226ed7403 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml @@ -84,7 +84,7 @@ objects: terminationMessagePolicy: FallbackToLogsOnError resources: requests: - cpu: 1 + cpu: 3 memory: 300Mi limits: memory: 3Gi