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:11 +05:30 committed by GitHub
parent 223d348ddc
commit 74e0931e5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 <none> 443/TCP 88m
service-entrypoint NodePort 10.105.145.223 <none> 3000:30001/TCP 83s
service-entrypoint NodePort 10.105.145.223 <none> 8000:30001/TCP 83s
```
In addition to the default `kubernetes` service, you can see your `service-entrypoint` service, accepting traffic on port 30001/TCP.