From 43e3dc2f95a25c600e08f65d4f1c406a1a63ed3d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 12 Feb 2020 18:09:21 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- scripts/review_apps/base-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scripts') diff --git a/scripts/review_apps/base-config.yaml b/scripts/review_apps/base-config.yaml index 999f730efc5..95b0295622a 100644 --- a/scripts/review_apps/base-config.yaml +++ b/scripts/review_apps/base-config.yaml @@ -52,10 +52,10 @@ gitlab: resources: requests: cpu: 650m - memory: 970M + memory: 1018M limits: cpu: 975m - memory: 1450M + memory: 1527M hpa: targetAverageValue: 650m task-runner: @@ -69,11 +69,11 @@ gitlab: unicorn: resources: requests: - cpu: 500m - memory: 1630M + cpu: 525m + memory: 1711M limits: - cpu: 750m - memory: 2450M + cpu: 787m + memory: 2566M deployment: readinessProbe: initialDelaySeconds: 5 # Default is 0 -- cgit v1.2.3