Update content/guides/deno/deploy.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
This commit is contained in:
Pradumna Saraf 2025-02-12 20:32:30 +05:30 committed by GitHub
parent 188562628e
commit 79fd794564
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ In this Kubernetes YAML file, there are two objects, separated by the `---`:
container is created from the image built by GitHub Actions in [Configure CI/CD for
your Deno application](configure-ci-cd.md).
- A NodePort service, which will route traffic from port 30001 on your host to
port 3000 inside the pods it routes to, allowing you to reach your app
port 8000 inside the pods it routes to, allowing you to reach your app
from the network.
To learn more about Kubernetes objects, see the [Kubernetes documentation](https://kubernetes.io/docs/home/).