summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-06-12 13:25:04 +0200
committerRémy Coutable <remy@rymai.me>2019-06-12 13:25:04 +0200
commit0270010aefb0d635fc1e5ff0a440325830b08473 (patch)
tree31770af3f71341e2bee551a009bf2409333d96ef
parentc9c75115011effb8703a51473444018f3e9a4a11 (diff)
downloadgitlab-ce-docs-debug-review-apps-infrastructure-issues.tar.gz
Update the Review Apps node pools descriptiondocs-debug-review-apps-infrastructure-issues
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--doc/development/testing_guide/review_apps.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/testing_guide/review_apps.md b/doc/development/testing_guide/review_apps.md
index 64d40002e20..63b7b97c32f 100644
--- a/doc/development/testing_guide/review_apps.md
+++ b/doc/development/testing_guide/review_apps.md
@@ -244,11 +244,11 @@ thousands of unused Docker images.**
**How big are the Kubernetes clusters (`review-apps-ce` and `review-apps-ee`)?**
> The clusters are currently set up with a single pool of preemptible nodes,
- with a minimum of 1 node and a maximum of 50 nodes.
+ with a minimum of 1 node and a maximum of 500 nodes.
**What are the machine running on the cluster?**
- > We're currently using `n1-standard-16` (16 vCPUs, 60 GB memory) machines.
+ > We're currently using `n1-standard-1` (1 vCPU, 3.75 GB memory) machines.
**How do we secure this from abuse? Apps are open to the world so we need to
find a way to limit it to only us.**