Skip to content

Commit 74e0931

Browse files
Update content/guides/deno/deploy.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent 223d348 commit 74e0931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/deno/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ To learn more about Kubernetes objects, see the [Kubernetes documentation](https
114114
```shell
115115
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
116116
kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 88m
117-
service-entrypoint NodePort 10.105.145.223 <none> 3000:30001/TCP 83s
117+
service-entrypoint NodePort 10.105.145.223 <none> 8000:30001/TCP 83s
118118
```
119119

120120
In addition to the default `kubernetes` service, you can see your `service-entrypoint` service, accepting traffic on port 30001/TCP.

0 commit comments

Comments
 (0)