diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-12 18:09:21 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-12 18:09:21 +0000 |
commit | 43e3dc2f95a25c600e08f65d4f1c406a1a63ed3d (patch) | |
tree | db5c72020c7c8916020c8aff7c1b7128028d650b /scripts | |
parent | 2c89e169769ead722394a79ed67fcd08e96863dd (diff) | |
download | gitlab-ce-43e3dc2f95a25c600e08f65d4f1c406a1a63ed3d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/review_apps/base-config.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
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 |