From c3428ac9f9c16396699db8c6046d35fd58f80ae3 Mon Sep 17 00:00:00 2001 From: Sergey Smolnikov Date: Wed, 29 Nov 2023 09:01:12 +0100 Subject: [PATCH] Update public-site/docs/src/references/reference-radix-config/index.md Co-authored-by: Fredrik Hatletvedt <32248439+Pespiri@users.noreply.github.com> --- public-site/docs/src/references/reference-radix-config/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public-site/docs/src/references/reference-radix-config/index.md b/public-site/docs/src/references/reference-radix-config/index.md index 559707ab..636506cf 100644 --- a/public-site/docs/src/references/reference-radix-config/index.md +++ b/public-site/docs/src/references/reference-radix-config/index.md @@ -270,7 +270,7 @@ spec: port: 8001 ``` A component can have one or more ports: -* `name` - an internal name of a port, used to reference to it within the radixconfig. It needs to be unique within the component `ports` list. +* `name` - internal name of a port, used as a reference within the radixconfig. It needs to be unique within the component `ports` list. * `port` - numeric value of a port, in the range between 1024 and 65535. It needs to be unique within the component `ports` list. A component _should_ have at least one port, on which it can respond to TCP or HTTP requests. Kubernetes [readiness probe](../../docs/topic-rollingupdate/#readiness-probe) regularly requests the component on the first port in the `ports` list to ensure that the component can handle requests.