Skip to content

Commit

Permalink
Doc fixes (#9662)
Browse files Browse the repository at this point in the history
* fix pod name

* Create doc-fixes.yaml

* Update gloo_port_reference.md

* Update gloo_port_reference.md

---------

Co-authored-by: soloio-bulldozer[bot] <48420018+soloio-bulldozer[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and Nadine Spies committed Jun 21, 2024
1 parent 5c1da87 commit 606c4c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog/v1.18.0-beta2/doc-fixes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
changelog:
- type: NON_USER_FACING
description: >-
Weekly doc fixes such as links, grammar, typos, and version updates.
skipCI-kube-tests:true
6 changes: 4 additions & 2 deletions docs/content/reference/gloo_port_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ The four primary components are instantiated using pods and services. The follow

| Pod | Port | Usage |
|-----|------|-------|
| gateway | 8443 | Validation |
| gloo | 8443 | Validation |
| gloo | 9976 | REST xDS |
| gloo | 9977 | xDS Server |
| gloo | 9988 | Validation |
| gloo | 9979 | WASM cache |
Expand All @@ -59,7 +60,8 @@ The following table lists the services backed by the deployed pods.

| Service | Port | Target | Target Port | Usage |
|---------|------|--------|-------------|------------------|
| gateway | 443 | gateway | 8443 | Validation |
| gloo | 443 | gateway | 8443 | Validation |
| gloo | 9976 | gloo | 9976 | REST xDS |
| gloo | 9977 | gloo | 9977 | xDS Server |
| gloo | 9988 | gloo | 9988 | Validation |
| gloo | 9979 | gloo | 9979 | WASM cache |
Expand Down

0 comments on commit 606c4c7

Please sign in to comment.