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
53e4088e
Commit
53e4088e
authored
Sep 22, 2020
by
abuerer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added sidekiq[enable] = false and removed sidekiq listen addr from rails nodes 10k and larger
parent
46582716
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/administration/reference_architectures/10k_users.md
doc/administration/reference_architectures/10k_users.md
+1
-1
doc/administration/reference_architectures/25k_users.md
doc/administration/reference_architectures/25k_users.md
+1
-1
doc/administration/reference_architectures/50k_users.md
doc/administration/reference_architectures/50k_users.md
+1
-1
No files found.
doc/administration/reference_architectures/10k_users.md
View file @
53e4088e
...
...
@@ -1754,6 +1754,7 @@ On each node perform the following:
roles
[
'application_role'
]
gitaly
[
'enable'
]
=
false
nginx
[
'enable'
]
=
true
sidekiq
[
'enable'
]
=
false
## PostgreSQL connection details
# Disable PostgreSQL on the application node
...
...
@@ -1797,7 +1798,6 @@ On each node perform the following:
# Set the network addresses that the exporters used for monitoring will listen on
node_exporter
[
'listen_address'
]
=
'0.0.0.0:9100'
gitlab_workhorse
[
'prometheus_listen_addr'
]
=
'0.0.0.0:9229'
sidekiq
[
'listen_address'
]
=
"0.0.0.0"
puma
[
'listen'
]
=
'0.0.0.0'
# Add the monitoring node's IP address to the monitoring whitelist and allow it to
...
...
doc/administration/reference_architectures/25k_users.md
View file @
53e4088e
...
...
@@ -1754,6 +1754,7 @@ On each node perform the following:
roles
[
'application_role'
]
gitaly
[
'enable'
]
=
false
nginx
[
'enable'
]
=
true
sidekiq
[
'enable'
]
=
false
## PostgreSQL connection details
# Disable PostgreSQL on the application node
...
...
@@ -1797,7 +1798,6 @@ On each node perform the following:
# Set the network addresses that the exporters used for monitoring will listen on
node_exporter
[
'listen_address'
]
=
'0.0.0.0:9100'
gitlab_workhorse
[
'prometheus_listen_addr'
]
=
'0.0.0.0:9229'
sidekiq
[
'listen_address'
]
=
"0.0.0.0"
puma
[
'listen'
]
=
'0.0.0.0'
# Add the monitoring node's IP address to the monitoring whitelist and allow it to
...
...
doc/administration/reference_architectures/50k_users.md
View file @
53e4088e
...
...
@@ -1754,6 +1754,7 @@ On each node perform the following:
roles
[
'application_role'
]
gitaly
[
'enable'
]
=
false
nginx
[
'enable'
]
=
true
sidekiq
[
'enable'
]
=
false
## PostgreSQL connection details
# Disable PostgreSQL on the application node
...
...
@@ -1797,7 +1798,6 @@ On each node perform the following:
# Set the network addresses that the exporters used for monitoring will listen on
node_exporter
[
'listen_address'
]
=
'0.0.0.0:9100'
gitlab_workhorse
[
'prometheus_listen_addr'
]
=
'0.0.0.0:9229'
sidekiq
[
'listen_address'
]
=
"0.0.0.0"
puma
[
'listen'
]
=
'0.0.0.0'
# Add the monitoring node's IP address to the monitoring whitelist and allow it to
...
...
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