Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibotty committed Dec 17, 2015
1 parent c96c5f2 commit a33ef90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuousdelivery/kubeyaml/myserviceexample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
build: build${BUILD}
spec:
containers: #many containers can be specified here that will be scheduled together onto the same host
- name: my-conatiner #first container
- name: my-container #first container
image: ${DOCKER_REGISTRY}/${CONTAINER1}:build${BUILD} #container image location
ports:
- containerPort: 3000 #port running inside and outside the container on the pod IP address
Expand Down

0 comments on commit a33ef90

Please sign in to comment.