Skip to content

Commit 38a9ed4

Browse files
authored
Merge pull request #52242 from Arhell/ja-link
[ja] Fix broken links to https-nginx example
2 parents 85ddc32 + c6d0660 commit 38a9ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ja/docs/concepts/services-networking/connect-applications-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Address 1: 10.0.162.149
238238
* 証明書を使用するように構成されたnginxサーバー
239239
* Podが証明書にアクセスできるようにする[Secret](/ja/docs/concepts/configuration/secret/)
240240

241-
これらはすべて[nginx httpsの例](https://github.com/kubernetes/examples/tree/master/staging/https-nginx/)から取得できます。
241+
これらはすべて[nginx httpsの例](https://github.com/kubernetes/examples/tree/master/_archived/https-nginx/)から取得できます。
242242
これにはツールをインストールする必要があります。
243243
これらをインストールしたくない場合は、後で手動の手順に従ってください。つまり:
244244

@@ -314,7 +314,7 @@ nginxsecret kubernetes.io/tls 2 1m
314314
nginx-secure-appマニフェストに関する注目すべき点:
315315

316316
- 同じファイルにDeploymentとServiceの両方が含まれています。
317-
- [nginxサーバー](https://github.com/kubernetes/examples/tree/master/staging/https-nginx/default.conf)はポート80のHTTPトラフィックと443のHTTPSトラフィックを処理し、nginx Serviceは両方のポートを公開します。
317+
- [nginxサーバー](https://github.com/kubernetes/examples/blob/master/_archived/https-nginx/default.conf)はポート80のHTTPトラフィックと443のHTTPSトラフィックを処理し、nginx Serviceは両方のポートを公開します。
318318
- 各コンテナは`/etc/nginx/ssl`にマウントされたボリュームを介してキーにアクセスできます。
319319
これは、nginxサーバーが起動する*前に*セットアップされます。
320320

0 commit comments

Comments
 (0)