From 606c4c7fddff596f14d4e44d698b9c650437fefc Mon Sep 17 00:00:00 2001 From: Nadine Spies <17709352+Nadine2016@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:05:49 -0400 Subject: [PATCH] Doc fixes (#9662) * 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> --- changelog/v1.18.0-beta2/doc-fixes.yaml | 5 +++++ docs/content/reference/gloo_port_reference.md | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 changelog/v1.18.0-beta2/doc-fixes.yaml diff --git a/changelog/v1.18.0-beta2/doc-fixes.yaml b/changelog/v1.18.0-beta2/doc-fixes.yaml new file mode 100644 index 00000000000..bd16bb945c5 --- /dev/null +++ b/changelog/v1.18.0-beta2/doc-fixes.yaml @@ -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 diff --git a/docs/content/reference/gloo_port_reference.md b/docs/content/reference/gloo_port_reference.md index 4a19a8723f5..c32b029f2ce 100644 --- a/docs/content/reference/gloo_port_reference.md +++ b/docs/content/reference/gloo_port_reference.md @@ -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 | @@ -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 |