mirror of https://github.com/docker/docs.git
Update content/guides/deno/deploy.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
This commit is contained in:
parent
188562628e
commit
79fd794564
|
@ -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
|
container is created from the image built by GitHub Actions in [Configure CI/CD for
|
||||||
your Deno application](configure-ci-cd.md).
|
your Deno application](configure-ci-cd.md).
|
||||||
- A NodePort service, which will route traffic from port 30001 on your host to
|
- 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.
|
from the network.
|
||||||
|
|
||||||
To learn more about Kubernetes objects, see the [Kubernetes documentation](https://kubernetes.io/docs/home/).
|
To learn more about Kubernetes objects, see the [Kubernetes documentation](https://kubernetes.io/docs/home/).
|
||||||
|
|
Loading…
Reference in New Issue