Skip to content

Commit

Permalink
Update docs/reference/configuration/non-http-ingress.md
Browse files Browse the repository at this point in the history
Co-authored-by: Noah <[email protected]>
  • Loading branch information
mjnagel and noahpb authored Jan 10, 2025
1 parent 4e12bc3 commit 5213631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/configuration/non-http-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Note that you _MUST_ include the default list of ports (as shown above) to ensur

## Gateway Custom Resource

In order to allow exposing services through the newly opened loadbalancer port you must also create an Istio Gateway custom resource that specifies the hosts and port that you want to configure the gateway to accept requests for. The below example shows how to do this for `example.uds.dev` on our SSH port of 22:
In order to allow exposing services through the newly opened loadbalancer port you must also create an [Istio Gateway](https://istio.io/latest/docs/reference/config/networking/gateway/) custom resource that specifies the hosts and port that you want to configure the gateway to accept requests for. The below example shows how to do this for `example.uds.dev` on our SSH port of 22:

```yaml
apiVersion: networking.istio.io/v1beta1
Expand Down

0 comments on commit 5213631

Please sign in to comment.