Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
36d1d3a5
Commit
36d1d3a5
authored
Jul 31, 2020
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 3 suggestion(s) to 1 file(s)
parent
ba37ee05
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
doc/administration/reference_architectures/10k_users.md
doc/administration/reference_architectures/10k_users.md
+2
-3
No files found.
doc/administration/reference_architectures/10k_users.md
View file @
36d1d3a5
...
@@ -1532,7 +1532,6 @@ you want using steps 1 and 2 from the GitLab downloads page.
...
@@ -1532,7 +1532,6 @@ you want using steps 1 and 2 from the GitLab downloads page.
nginx
[
'enable'
]
=
false
nginx
[
'enable'
]
=
false
grafana
[
'enable'
]
=
false
grafana
[
'enable'
]
=
false
prometheus
[
'enable'
]
=
false
prometheus
[
'enable'
]
=
false
gitlab_rails
[
'auto_migrate'
]
=
false
alertmanager
[
'enable'
]
=
false
alertmanager
[
'enable'
]
=
false
gitaly
[
'enable'
]
=
false
gitaly
[
'enable'
]
=
false
gitlab_workhorse
[
'enable'
]
=
false
gitlab_workhorse
[
'enable'
]
=
false
...
@@ -1558,7 +1557,7 @@ you want using steps 1 and 2 from the GitLab downloads page.
...
@@ -1558,7 +1557,7 @@ you want using steps 1 and 2 from the GitLab downloads page.
{
host:
'10.6.0.73'
,
port:
26379
},
{
host:
'10.6.0.73'
,
port:
26379
},
]
]
## Second cluster that will host the queues, shared state, and actionable
## Second cluster that will host the queues, shared state, and action
c
able
gitlab_rails
[
'redis_queues_instance'
]
=
'redis://:<REDIS_PRIMARY_PASSWORD_OF_SECOND_CLUSTER>@gitlab-redis-persistent'
gitlab_rails
[
'redis_queues_instance'
]
=
'redis://:<REDIS_PRIMARY_PASSWORD_OF_SECOND_CLUSTER>@gitlab-redis-persistent'
gitlab_rails
[
'redis_shared_state_instance'
]
=
'redis://:<REDIS_PRIMARY_PASSWORD_OF_SECOND_CLUSTER>@gitlab-redis-persistent'
gitlab_rails
[
'redis_shared_state_instance'
]
=
'redis://:<REDIS_PRIMARY_PASSWORD_OF_SECOND_CLUSTER>@gitlab-redis-persistent'
gitlab_rails
[
'redis_actioncable_instance'
]
=
'redis://:<REDIS_PRIMARY_PASSWORD_OF_SECOND_CLUSTER>@gitlab-redis-persistent'
gitlab_rails
[
'redis_actioncable_instance'
]
=
'redis://:<REDIS_PRIMARY_PASSWORD_OF_SECOND_CLUSTER>@gitlab-redis-persistent'
...
@@ -1667,7 +1666,7 @@ On each node perform the following:
...
@@ -1667,7 +1666,7 @@ On each node perform the following:
# to Gitaly, and a second for authentication callbacks from GitLab-Shell to the GitLab internal API.
# to Gitaly, and a second for authentication callbacks from GitLab-Shell to the GitLab internal API.
# The following two values must be the same as their respective values
# The following two values must be the same as their respective values
# of the Gitaly setup
# of the Gitaly setup
gitlab_rails
[
'gitaly_token'
]
=
'gitalyecret'
gitlab_rails
[
'gitaly_token'
]
=
'gitaly
s
ecret'
gitlab_shell
[
'secret_token'
]
=
'shellsecret'
gitlab_shell
[
'secret_token'
]
=
'shellsecret'
git_data_dirs
({
git_data_dirs
({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment