diff --git a/examples/custom-resources/basic-tcp-udp/README.md b/examples/custom-resources/basic-tcp-udp/README.md index d2bc50fea9..ce0c48f3c0 100644 --- a/examples/custom-resources/basic-tcp-udp/README.md +++ b/examples/custom-resources/basic-tcp-udp/README.md @@ -11,6 +11,10 @@ server pods. - As part of Step 2 of those instructions, make sure to deploy the GlobalConfiguration resource and configure the Ingress Controller to use it. - Expose port 5353 of the Ingress Controller both for TCP and UDP traffic. + (Make use of [controller.customPorts](https://docs.nginx.com/nginx-ingress-controller/installation/installing-nic/installation-with-helm/#configuration) + and [controller.service.customPorts](https://docs.nginx.com/nginx-ingress-controller/installation/installing-nic/installation-with-helm/#configuration) + for exposing Pod and LoadBalancer Port(s) respectively) + 1. Save the public IP address of the Ingress Controller into a shell variable: ```console