Commit 6cac16ec authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'wc-misc-praefect' into 'master'

Remove outdated comment and correct listen_addr syntax in Praefect docs

See merge request gitlab-org/gitlab!29342
parents c2fa8ad5 95bd1278
...@@ -194,8 +194,6 @@ application server, or a Gitaly node. ...@@ -194,8 +194,6 @@ application server, or a Gitaly node.
- `PRAEFECT_HOST` with the IP address or hostname of the Praefect node - `PRAEFECT_HOST` with the IP address or hostname of the Praefect node
```ruby ```ruby
# Make Praefect accept connections on all network interfaces.
# Use firewalls to restrict access to this address/port.
praefect['listen_addr'] = 'PRAEFECT_HOST:2305' praefect['listen_addr'] = 'PRAEFECT_HOST:2305'
# Enable Prometheus metrics access to Praefect. You must use firewalls # Enable Prometheus metrics access to Praefect. You must use firewalls
...@@ -532,7 +530,7 @@ Particular attention should be shown to: ...@@ -532,7 +530,7 @@ Particular attention should be shown to:
`/etc/gitlab/gitlab.rb` `/etc/gitlab/gitlab.rb`
```ruby ```ruby
gitaly['listen_addr'] = 'tcp://GITLAB_HOST:8075' gitaly['listen_addr'] = 'GITLAB_HOST:8075'
``` ```
1. Configure the `gitlab_shell['secret_token']` so that callbacks from Gitaly 1. Configure the `gitlab_shell['secret_token']` so that callbacks from Gitaly
......
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