Update deployment.md

This commit is contained in:
Ryan McGinnis
2017-09-08 07:32:40 -07:00
committed by GitHub
parent 11161b6351
commit 0347e50b82
@@ -50,7 +50,7 @@ In this example:
The `template` field contains the following instructions:
* The Pod template is labelled `app: nginx`
* The Pods are labeled `app: nginx`
* Create one container and name it `nginx`.
* Run the `nginx` image at version `1.7.9`.
* Open port `80` so that the container can send and accept traffic.