remove ports.name

This commit is contained in:
Chao Xu
2015-06-01 11:37:03 -07:00
parent 1f8404cb6a
commit 28c1d7ac5b

View File

@@ -38,8 +38,7 @@ spec:
- name: html - name: html
mountPath: /usr/share/nginx/html mountPath: /usr/share/nginx/html
ports: ports:
- name: http-server - containerPort: 80
containerPort: 80
volumes: volumes:
- name: markdown - name: markdown
emptyDir: {} emptyDir: {}