File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ A breakdown of the deployment specifications in the YAML manifest file is as fol
235
235
| ----------------- | ------------- |
236
236
| `.apiVersion` | Specifies the API group and API resource you want to use when creating the resource. |
237
237
| `.kind` | Specifies the type of resource you want to create. |
238
- | `.metadata.name` | Specifies the image to run . This file will run the *nginx* image from Docker Hub. |
238
+ | `.metadata.name` | Specifies the name of the deployment . This file will run the *nginx* image from Docker Hub. |
239
239
| `.spec.replicas` | Specifies how many pods to create. This file will create three deplicated pods. |
240
240
| `.spec.selector` | Specifies which pods will be affected by this deployment. |
241
241
| `.spec.selector.matchLabels` | Contains a map of *{key, value}* pairs that allows the deployment to find and manage the created pods. |
You can’t perform that action at this time.
0 commit comments