File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/ja/docs/tutorials/services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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/)から取得できます。
238238go環境とmakeツールのインストールが必要です
239239(もしこれらをインストールしたくないときには、後述の手動手順に従ってください)。簡潔には:
240240
@@ -309,7 +309,7 @@ Secretにある証明書を使ってhttpsサーバーを開始するために、
309309nginx-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
You can’t perform that action at this time.
0 commit comments