diff --git a/content/guides/deno/deploy.md b/content/guides/deno/deploy.md index 692faae193..a7c7fb5f16 100644 --- a/content/guides/deno/deploy.md +++ b/content/guides/deno/deploy.md @@ -114,7 +114,7 @@ To learn more about Kubernetes objects, see the [Kubernetes documentation](https ```shell NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE kubernetes ClusterIP 10.96.0.1 443/TCP 88m - service-entrypoint NodePort 10.105.145.223 3000:30001/TCP 83s + service-entrypoint NodePort 10.105.145.223 8000:30001/TCP 83s ``` In addition to the default `kubernetes` service, you can see your `service-entrypoint` service, accepting traffic on port 30001/TCP.