Skip to content

Commit e05c9a6

Browse files
authored
Merge pull request #51754 from my-git9/npa-25220
[zh-cn]sync connect-applications-service.md
2 parents 9e1a118 + 26fa946 commit e05c9a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh-cn/docs/tutorials/services/connect-applications-service.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ channel is secure. For this, you will need:
404404
* A [secret](/docs/concepts/configuration/secret/) that makes the certificates accessible to pods
405405
406406
You can acquire all these from the
407-
[nginx https example](https://github.com/kubernetes/examples/tree/master/staging/https-nginx/).
407+
[nginx https example](https://github.com/kubernetes/examples/tree/master/_archived/https-nginx/).
408408
This requires having go and make tools installed. If you don't want to install those,
409409
then follow the manual steps later. In short:
410410
-->
@@ -418,7 +418,7 @@ then follow the manual steps later. In short:
418418
* 使 Pod 可以访问证书的 [Secret](/zh-cn/docs/concepts/configuration/secret/)
419419
420420
你可以从
421-
[Nginx https 示例](https://github.com/kubernetes/examples/tree/master/staging/https-nginx/)获取所有上述内容。
421+
[Nginx https 示例](https://github.com/kubernetes/examples/tree/master/_archived/https-nginx/)获取所有上述内容。
422422
你需要安装 go 和 make 工具。如果你不想安装这些软件,可以按照后文所述的手动执行步骤执行操作。简要过程如下:
423423
424424
```shell
@@ -585,7 +585,7 @@ in the secret, and the Service, to expose both ports (80 and 443):
585585
Noteworthy points about the nginx-secure-app manifest:
586586
587587
- It contains both Deployment and Service specification in the same file.
588-
- The [nginx server](https://github.com/kubernetes/examples/tree/master/staging/https-nginx/default.conf)
588+
- The [nginx server](https://github.com/kubernetes/examples/blob/master/_archived/https-nginx/default.conf)
589589
serves HTTP traffic on port 80 and HTTPS traffic on 443, and nginx Service
590590
exposes both ports.
591591
- Each container has access to the keys through a volume mounted at `/etc/nginx/ssl`.
@@ -594,7 +594,7 @@ Noteworthy points about the nginx-secure-app manifest:
594594
关于 nginx-secure-app 清单,值得注意的几点如下:
595595
596596
- 它将 Deployment 和 Service 的规约放在了同一个文件中。
597-
- [Nginx 服务器](https://github.com/kubernetes/examples/tree/master/staging/https-nginx/default.conf)通过
597+
- [Nginx 服务器](https://github.com/kubernetes/examples/blob/master/_archived/https-nginx/default.conf)通过
598598
80 端口处理 HTTP 流量,通过 443 端口处理 HTTPS 流量,而 Nginx Service 则暴露了这两个端口。
599599
- 每个容器能通过挂载在 `/etc/nginx/ssl` 的卷访问密钥。卷和密钥需要在 Nginx 服务器启动 **之前** 配置好。
600600

0 commit comments

Comments
 (0)