Skip to content

Commit

Permalink
docs: update envoy gateway open ports (#1994)
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <bitliu@tencent.com>
  • Loading branch information
Xunzhuo authored Oct 18, 2023
1 parent 604a0fb commit 0b1ea0d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions site/content/en/latest/install/install-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,13 @@ These are the ports used by Envoy Gateway and the managed Envoy Proxy.

### Envoy Gateway

| Envoy Gateway | Address | Port |
|:----------------------:|:---------:|:------:|
| Xds EnvoyProxy Server | 0.0.0.0 | 18000 |
| Xds RateLimit Server | 0.0.0.0 | 18001 |
| Admin Server | 127.0.0.1 | 19000 |
| Envoy Gateway | Address | Port | Configurable |
|:----------------------:|:---------:|:------:|:--------------:|
| Xds EnvoyProxy Server | 0.0.0.0 | 18000 | Yes |
| Xds RateLimit Server | 0.0.0.0 | 18001 | Yes |
| Admin Server | 127.0.0.1 | 19000 | Yes |
| Metrics Server | 0.0.0.0 | 19001 | Yes |
| Health Check | 127.0.0.1 | 8081 | No |

### EnvoyProxy

Expand Down

0 comments on commit 0b1ea0d

Please sign in to comment.