File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/ja/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ Address 1: 10.0.162.149
238
238
* 証明書を使用するように構成されたnginxサーバー
239
239
* Podが証明書にアクセスできるようにする[ Secret] ( /ja/docs/concepts/configuration/secret/ )
240
240
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/ ) から取得できます。
242
242
これにはツールをインストールする必要があります。
243
243
これらをインストールしたくない場合は、後で手動の手順に従ってください。つまり:
244
244
@@ -314,7 +314,7 @@ nginxsecret kubernetes.io/tls 2 1m
314
314
nginx-secure-appマニフェストに関する注目すべき点:
315
315
316
316
- 同じファイルに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は両方のポートを公開します。
318
318
- 各コンテナは` /etc/nginx/ssl ` にマウントされたボリュームを介してキーにアクセスできます。
319
319
これは、nginxサーバーが起動する* 前に* セットアップされます。
320
320
You can’t perform that action at this time.
0 commit comments