summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2019-05-17 21:32:08 +0000
committerBen Bodenmiller <bbodenmiller@hotmail.com>2019-05-17 21:32:08 +0000
commit3b969531b620a21ec2bce026cfcab6cefaf8ba36 (patch)
tree7e807594deb6be56c5d5a6dd58b63becc018d7fe
parent6489b58ea1f4365c133ce1247c9d1e8c0f588b7f (diff)
downloadgitlab-ce-patch-60.tar.gz
Update order of list order to match HA setup orderpatch-60
-rw-r--r--doc/administration/high_availability/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/administration/high_availability/README.md b/doc/administration/high_availability/README.md
index 24db1c28778..c3be8eae301 100644
--- a/doc/administration/high_availability/README.md
+++ b/doc/administration/high_availability/README.md
@@ -64,8 +64,8 @@ larger one.
- 1 PostgreSQL node
- 1 Redis node
-- 2 or more GitLab application nodes (Unicorn, Workhorse, Sidekiq)
- 1 NFS/Gitaly storage server
+- 2 or more GitLab application nodes (Unicorn, Workhorse, Sidekiq)
#### Installation Instructions
@@ -88,9 +88,9 @@ in size, indicating that there is contention or not enough resources.
- 1 PostgreSQL node
- 1 Redis node
-- 2 or more GitLab application nodes (Unicorn, Workhorse)
-- 2 or more Sidekiq nodes
- 2 or more NFS/Gitaly storage servers
+- 2 or more Sidekiq nodes
+- 2 or more GitLab application nodes (Unicorn, Workhorse)
## High Availability Architecture Examples