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>2019-10-14 21:06:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-14 21:06:24 +0300
commit8c30d396c5a789080345303330069981aa06e4af (patch)
tree6fd96c7c80bec2f1101af34d749ada58e59b38ee /scripts/review_apps
parent429d1abad29d379d8bc8f5219eb72384ad485deb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/review_apps')
-rw-r--r--scripts/review_apps/base-config.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/review_apps/base-config.yaml b/scripts/review_apps/base-config.yaml
index e839ccc2417..de5e14af4d4 100644
--- a/scripts/review_apps/base-config.yaml
+++ b/scripts/review_apps/base-config.yaml
@@ -67,6 +67,11 @@ gitlab:
limits:
cpu: 1.2G
memory: 2.8G
+ deployment:
+ readinessProbe:
+ initialDelaySeconds: 5 # Default is 0
+ periodSeconds: 15 # Default is 10
+ timeoutSeconds: 5 # Default is 2
workhorse:
resources:
requests:
@@ -75,6 +80,10 @@ gitlab:
limits:
cpu: 200m
memory: 200M
+ readinessProbe:
+ initialDelaySeconds: 5 # Default is 0
+ periodSeconds: 15 # Default is 10
+ timeoutSeconds: 5 # Default is 2
gitlab-runner:
resources:
requests: