summaryrefslogtreecommitdiff
path: root/doc/administration
diff options
context:
space:
mode:
authorGabriel Mazetto <gabriel@gitlab.com>2016-10-18 19:52:19 +0200
committerGabriel Mazetto <gabriel@gitlab.com>2016-11-08 06:38:29 +0100
commit0ca14544df6f8053a998009043290a4242d0362c (patch)
tree02cfb14efdcb439403ed90e0e27540c19dcb9c99 /doc/administration
parent3242ea6d40442f19c3932715521864ac5eb3700b (diff)
downloadgitlab-ce-0ca14544df6f8053a998009043290a4242d0362c.tar.gz
Reduce the ammount of lines to disable services and update TOC
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/high_availability/redis.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/administration/high_availability/redis.md b/doc/administration/high_availability/redis.md
index 29bf2c54a08..aa334a8a0f6 100644
--- a/doc/administration/high_availability/redis.md
+++ b/doc/administration/high_availability/redis.md
@@ -16,6 +16,7 @@ that comes bundled with Omnibus GitLab packages.
- [Configure Redis using Omnibus](#configure-redis-using-omnibus)
- [Experimental Redis Sentinel support](#experimental-redis-sentinel-support)
- [Redis Sentinel support](#redis-sentinel-support)
+ - [Prerequisites](#prerequisites)
- [Redis setup](#redis-setup)
- [Existing single-machine installation](#existing-single-machine-installation)
- [Installation from source](#installation-from-source)
@@ -29,8 +30,8 @@ that comes bundled with Omnibus GitLab packages.
- [Troubleshooting](#troubleshooting)
- [Redis replication](#redis-replication)
- [Sentinel](#sentinel)
- - [Omnibus install](#omnibus-install)
- - [Source install](#source-install)
+ - [Omnibus GitLab](#omnibus-gitlab)
+ - [Install from Source](#install-from-source)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -60,11 +61,8 @@ Redis.
redis['enable'] = true
bootstrap['enable'] = false
nginx['enable'] = false
- unicorn['enable'] = false
- sidekiq['enable'] = false
postgresql['enable'] = false
gitlab_rails['enable'] = false
- gitlab_workhorse['enable'] = false
mailroom['enable'] = false
# Redis configuration
@@ -340,13 +338,9 @@ redis['enable'] = true
sentinel['enable'] = true
# Disabled all other services
-redis['enable'] = false
bootstrap['enable'] = false
nginx['enable'] = false
-unicorn['enable'] = false
-sidekiq['enable'] = false
postgresql['enable'] = false
-gitlab_workhorse['enable'] = false
gitlab_rails['enable'] = false
mailroom['enable'] = false