We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbd837 commit 9eb89d7Copy full SHA for 9eb89d7
docs/content/tutorials/custom-listen-ports.md
@@ -62,7 +62,7 @@ Once the image is built and pushed, make sure you update your deployment to poin
62
Once deployed, create a new `VirtualServer` resource and run `nginx -T` to confirm if the port change has taken effect.
63
64
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.
+Below is an example of `Deployment` and `Service` matching to the new port that NGINX Ingress Controller now listens on.
66
67
```yaml
68
apiVersion: apps/v1
0 commit comments