Commit 2294b2ce authored by Joshua Lambert's avatar Joshua Lambert

Remove trailing spaces

parent 5a8cdb6e
...@@ -37,9 +37,9 @@ References: ...@@ -37,9 +37,9 @@ References:
By separating components you can see a number of advantages compared to a single-node setup. Namely, you can: By separating components you can see a number of advantages compared to a single-node setup. Namely, you can:
- Increase the number of users - Increase the number of users
- Enable zero-downtime upgrades - Enable zero-downtime upgrades
- Increase availability - Increase availability
Additional application nodes will handle frontend traffic, with a load balancer in front to distribute traffic across those nodes. Meanwhile, each application node connects to a shared file server and database systems on the back end. This way, if one of the application servers fails, the workflow is not interrupted. Additional application nodes will handle frontend traffic, with a load balancer in front to distribute traffic across those nodes. Meanwhile, each application node connects to a shared file server and database systems on the back end. This way, if one of the application servers fails, the workflow is not interrupted.
...@@ -55,13 +55,13 @@ By adding automatic failover for database systems, we can enable higher uptime w ...@@ -55,13 +55,13 @@ By adding automatic failover for database systems, we can enable higher uptime w
This configuration is supported in [GitLab Premium and Ultimate](https://about.gitlab.com/pricing/). This configuration is supported in [GitLab Premium and Ultimate](https://about.gitlab.com/pricing/).
References: References:
- [High Availability Reference Architectures](#reference-architectures) - [High Availability Reference Architectures](#reference-architectures)
### Level 4: GitLab Geo ### Level 4: GitLab Geo
GitLab Geo allows you to replicate your GitLab instance to other geographical locations as a read-only fully operational instance that can also be promoted in case of disaster. GitLab Geo allows you to replicate your GitLab instance to other geographical locations as a read-only fully operational instance that can also be promoted in case of disaster.
This configuration is supported in [GitLab Premium and Ultimate](https://about.gitlab.com/pricing/). This configuration is supported in [GitLab Premium and Ultimate](https://about.gitlab.com/pricing/).
......
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