Commit e5c2ba8f authored by Richard Clamp's avatar Richard Clamp

Don't say how big our solutions are in the heading

If we decide to change the description links will be screwy
parent 2b57ce6c
......@@ -543,9 +543,12 @@ able to login, and create issues and merge requests.
Here we'll show you some fully expanded example configurations.
#### Example recommended setup. 3 consul servers, 3 postgresql, 1 application node
#### Example recommended setup
In this example we start with all servers on the same 10.6.0.0/16 private network range, they can connect to each freely other on those addresses.
This example uses 3 consul servers, 3 postgresql servers, and 1 application node.
We start with all servers on the same 10.6.0.0/16 private network range, they
can connect to each freely other on those addresses.
Here is a list and description of each machine and the assigned IP:
......@@ -720,9 +723,11 @@ After deploying the configuration follow these steps:
gitlab-rake gitlab:db:configure
```
#### Example minimal setup. 3 database servers, 1 application node
#### Example minimal setup
This example uses 3 postgresql servers, and 1 application node.
This example is more minimal. It moves the consul servers into the same nodes we use for the PostgreSQL servers.
It moves the consul servers into the same nodes we use for the PostgreSQL servers.
In this example we start with all servers on the same 10.6.0.0/16 private network range, they can connect to each freely other on those addresses.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment