Update web-ui-dashboard.md

pull/28149/head
Jack Wu 2021-05-28 17:30:33 +08:00 committed by GitHub
parent 96a1f1ea45
commit 3020b23c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ The deploy wizard expects that you provide the following information:
-->
不管哪种 Service 类型,如果你选择创建一个 Service而且容器在一个端口上开启了监听入向的
那么你需要定义两个端口。创建的 Service 会把(入向的)端口映射到容器可见的目标端口。
该 Service 会把流量路由到你部署的 Pod。支持的协议有 TCP 和 UDP。
该 Service 会把流量路由到你部署的 Pod。支持 TCP 协议和 UDP 协议
这个 Service 的内部 DNS 解析名就是之前你定义的应用名称的值。
<!--