Update order of list to match HA setup order

This commit is contained in:
Ben Bodenmiller 2019-05-28 05:54:30 +00:00 committed by Evan Read
parent 029d68d395
commit 76c819b057
1 changed files with 3 additions and 3 deletions

View File

@ -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