Skip to content

Commit 8fd2b28

Browse files
authored
Merge pull request #51769 from alikhere/fix-ja-nginx-links
[ja] sync connect-applications-service.md
2 parents 815b20a + fb35c9c commit 8fd2b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ja/docs/tutorials/services/connect-applications-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Serviceをインターネットに公開する前に、通信経路がセキュ
234234
* 証明書を使うよう設定されたnginxサーバー
235235
* 証明書をPodからアクセスできるようにする[Secret](/ja/docs/concepts/configuration/secret/)
236236
237-
これら全ては[nginx https example](https://github.com/kubernetes/examples/tree/master/staging/https-nginx/)から取得できます。
237+
これら全ては[nginx https example](https://github.com/kubernetes/examples/tree/master/_archived/https-nginx/)から取得できます。
238238
go環境とmakeツールのインストールが必要です
239239
(もしこれらをインストールしたくないときには、後述の手動手順に従ってください)。簡潔には:
240240
@@ -309,7 +309,7 @@ Secretにある証明書を使ってhttpsサーバーを開始するために、
309309
nginx-secure-appマニフェストの注目すべきポイント:
310310
311311
- DeploymentとServiceの指定の両方が同じファイルに含まれています。
312-
- [nginxサーバー](https://github.com/kubernetes/examples/tree/master/staging/https-nginx/default.conf)は、ポート80でHTTPトラフィック、ポート443でHTTPSトラフィックをサービスし、nginx Serviceは両方のポートを公開します。
312+
- [nginxサーバー](https://github.com/kubernetes/examples/blob/master/_archived/https-nginx/default.conf)は、ポート80でHTTPトラフィック、ポート443でHTTPSトラフィックをサービスし、nginx Serviceは両方のポートを公開します。
313313
- 各コンテナは、`/etc/nginx/ssl`にマウントされたボリューム経由で鍵にアクセスできます。
314314
これはnginxサーバーが開始する**にセットアップされます。
315315

0 commit comments

Comments
 (0)