Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-02 15:07:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-02 15:07:57 +0300
commit988b28ec1a379d38f6ac9ed04886ee564fd447fd (patch)
tree9d93267209387e62d23ea7abf81ef9c0d64f2f0b /scripts
parenta325f3a104748ecc68df7c3d793940aa709a111f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts')
-rw-r--r--scripts/review_apps/base-config.yaml24
1 files changed, 12 insertions, 12 deletions
diff --git a/scripts/review_apps/base-config.yaml b/scripts/review_apps/base-config.yaml
index 95b0295622a..a54dadb8d85 100644
--- a/scripts/review_apps/base-config.yaml
+++ b/scripts/review_apps/base-config.yaml
@@ -17,10 +17,10 @@ gitlab:
resources:
requests:
cpu: 1200m
- memory: 240M
+ memory: 245M
limits:
cpu: 1800m
- memory: 360M
+ memory: 367M
persistence:
size: 10G
gitlab-exporter:
@@ -51,11 +51,11 @@ gitlab:
sidekiq:
resources:
requests:
- cpu: 650m
- memory: 1018M
+ cpu: 855m
+ memory: 1071M
limits:
- cpu: 975m
- memory: 1527M
+ cpu: 1282m
+ memory: 1606M
hpa:
targetAverageValue: 650m
task-runner:
@@ -69,11 +69,11 @@ gitlab:
unicorn:
resources:
requests:
- cpu: 525m
- memory: 1711M
+ cpu: 746m
+ memory: 1873M
limits:
- cpu: 787m
- memory: 2566M
+ cpu: 1119m
+ memory: 2809M
deployment:
readinessProbe:
initialDelaySeconds: 5 # Default is 0
@@ -140,10 +140,10 @@ postgresql:
enabled: false
resources:
requests:
- cpu: 300m
+ cpu: 347m
memory: 250M
limits:
- cpu: 450m
+ cpu: 520m
memory: 375M
prometheus:
install: false