summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-05-28 05:54:31 +0000
committerEvan Read <eread@gitlab.com>2019-05-28 05:54:31 +0000
commit253997e11395673a7d101f854eef9e44496d1288 (patch)
tree0a7a9dda3827a3b70fb997e404037da9cc974417
parent029d68d3955d8f26058fb9cde1d4591620c75410 (diff)
parent76c819b0576009118d7af74355d7e9317ca770c7 (diff)
downloadgitlab-ce-253997e11395673a7d101f854eef9e44496d1288.tar.gz
Merge branch 'patch-60' into 'master'
Update order of list to match HA setup order See merge request gitlab-org/gitlab-ce!28429
-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 a23817228cb..e5701525077 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