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
mountPath: /usr/share/nginx/html
ports:
- name: http-server
containerPort: 80
- containerPort: 80
volumes:
- name: markdown
emptyDir: {}