chore: clarification on default TCP ports (#1878)

pull/1955/head
Joey Freeland 4 years ago committed by GitHub
parent d2602584ab
commit 15a6ffeb6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -189,7 +189,7 @@ listener "tcp" {
listener "tcp" {
purpose = "cluster"
address = "10.0.0.5:9200"
address = "10.0.0.5:9201"
}
```

@ -13,9 +13,9 @@ Installing Boundary as a high availability service requires certain infrastructu
The following ports should be available:
- Clients must have access to the Controller's port (default 9200)
- Clients must have access to the Controller's `api` port (default 9200)
- Clients must have access to the Worker's port (default 9202)
- Workers must have access to the Controller's port (default 9201)
- Workers must have access to the Controller's `cluster` port (default 9201)
- Workers must have a route and port access to the hosts defined within the system in order to provide connectivity
## Architecture

Loading…
Cancel
Save