Update nginx to modern versions on ja docs (#19685)

* Update nginx to modern versions on ja docs

* Restore removed whitespaces
This commit is contained in:
Ryo Narita
2020-03-26 18:38:25 +09:00
committed by bryan
parent 59ff43a445
commit 465fbc9863
12 changed files with 29 additions and 29 deletions
@@ -32,7 +32,7 @@ weight: 10
## nginx deploymentの作成と探検
Kubernetes Deploymentオブジェクトを作成することでアプリケーションを実行できます。また、YAMLファイルでDeploymentを記述できます。例えば、このYAMLファイルはnginx:1.7.9 Dockerイメージを実行するデプロイメントを記述しています:
Kubernetes Deploymentオブジェクトを作成することでアプリケーションを実行できます。また、YAMLファイルでDeploymentを記述できます。例えば、このYAMLファイルはnginx:1.14.2 Dockerイメージを実行するデプロイメントを記述しています:
{{< codenew file="application/deployment.yaml" >}}
@@ -62,7 +62,7 @@ Kubernetes Deploymentオブジェクトを作成することでアプリケー
Labels: app=nginx
Containers:
nginx:
Image: nginx:1.7.9
Image: nginx:1.14.2
Port: 80/TCP
Environment: <none>
Mounts: <none>