Commit 464484f7 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-abuerer-remove-sidekiq-from-rails-nodes-10k-and-larger' into 'master'

Disable sidekiq and removed listen addr from rails 10k and larger

See merge request gitlab-org/gitlab!42994
parents c06ea31c 53e4088e
...@@ -1754,6 +1754,7 @@ On each node perform the following: ...@@ -1754,6 +1754,7 @@ On each node perform the following:
roles ['application_role'] roles ['application_role']
gitaly['enable'] = false gitaly['enable'] = false
nginx['enable'] = true nginx['enable'] = true
sidekiq['enable'] = false
## PostgreSQL connection details ## PostgreSQL connection details
# Disable PostgreSQL on the application node # Disable PostgreSQL on the application node
...@@ -1797,7 +1798,6 @@ On each node perform the following: ...@@ -1797,7 +1798,6 @@ On each node perform the following:
# Set the network addresses that the exporters used for monitoring will listen on # Set the network addresses that the exporters used for monitoring will listen on
node_exporter['listen_address'] = '0.0.0.0:9100' node_exporter['listen_address'] = '0.0.0.0:9100'
gitlab_workhorse['prometheus_listen_addr'] = '0.0.0.0:9229' gitlab_workhorse['prometheus_listen_addr'] = '0.0.0.0:9229'
sidekiq['listen_address'] = "0.0.0.0"
puma['listen'] = '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 # Add the monitoring node's IP address to the monitoring whitelist and allow it to
......
...@@ -1754,6 +1754,7 @@ On each node perform the following: ...@@ -1754,6 +1754,7 @@ On each node perform the following:
roles ['application_role'] roles ['application_role']
gitaly['enable'] = false gitaly['enable'] = false
nginx['enable'] = true nginx['enable'] = true
sidekiq['enable'] = false
## PostgreSQL connection details ## PostgreSQL connection details
# Disable PostgreSQL on the application node # Disable PostgreSQL on the application node
...@@ -1797,7 +1798,6 @@ On each node perform the following: ...@@ -1797,7 +1798,6 @@ On each node perform the following:
# Set the network addresses that the exporters used for monitoring will listen on # Set the network addresses that the exporters used for monitoring will listen on
node_exporter['listen_address'] = '0.0.0.0:9100' node_exporter['listen_address'] = '0.0.0.0:9100'
gitlab_workhorse['prometheus_listen_addr'] = '0.0.0.0:9229' gitlab_workhorse['prometheus_listen_addr'] = '0.0.0.0:9229'
sidekiq['listen_address'] = "0.0.0.0"
puma['listen'] = '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 # Add the monitoring node's IP address to the monitoring whitelist and allow it to
......
...@@ -1754,6 +1754,7 @@ On each node perform the following: ...@@ -1754,6 +1754,7 @@ On each node perform the following:
roles ['application_role'] roles ['application_role']
gitaly['enable'] = false gitaly['enable'] = false
nginx['enable'] = true nginx['enable'] = true
sidekiq['enable'] = false
## PostgreSQL connection details ## PostgreSQL connection details
# Disable PostgreSQL on the application node # Disable PostgreSQL on the application node
...@@ -1797,7 +1798,6 @@ On each node perform the following: ...@@ -1797,7 +1798,6 @@ On each node perform the following:
# Set the network addresses that the exporters used for monitoring will listen on # Set the network addresses that the exporters used for monitoring will listen on
node_exporter['listen_address'] = '0.0.0.0:9100' node_exporter['listen_address'] = '0.0.0.0:9100'
gitlab_workhorse['prometheus_listen_addr'] = '0.0.0.0:9229' gitlab_workhorse['prometheus_listen_addr'] = '0.0.0.0:9229'
sidekiq['listen_address'] = "0.0.0.0"
puma['listen'] = '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 # Add the monitoring node's IP address to the monitoring whitelist and allow it to
......
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