Skip to content

Commit

Permalink
Update public-site/docs/src/references/reference-radix-config/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fredrik Hatletvedt <[email protected]>
  • Loading branch information
satr and Pespiri authored Nov 29, 2023
1 parent 8722ffe commit c3428ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c3428ac

Please sign in to comment.