Skip to content

Commit 9eb89d7

Browse files
Update docs/content/tutorials/custom-listen-ports.md
Co-authored-by: Luca Comellini <[email protected]> Signed-off-by: Jason Williams - NGIИX <[email protected]>
1 parent 4cbd837 commit 9eb89d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorials/custom-listen-ports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Once the image is built and pushed, make sure you update your deployment to poin
6262
Once deployed, create a new `VirtualServer` resource and run `nginx -T` to confirm if the port change has taken effect.
6363

6464
Ensure that your `Deployment` and your `Service` match up to the new port you configured in the templates.
65-
Below is an example of `deployment` and `service` matching to the new port that NGINX Ingress Controller now listens on.
65+
Below is an example of `Deployment` and `Service` matching to the new port that NGINX Ingress Controller now listens on.
6666

6767
```yaml
6868
apiVersion: apps/v1

0 commit comments

Comments
 (0)