From 28c1d7ac5b6d49be3fc1616329040902fe7a93e4 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Mon, 1 Jun 2015 11:37:03 -0700 Subject: [PATCH] remove ports.name --- contrib/git-sync/demo/config/pod.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/git-sync/demo/config/pod.yaml b/contrib/git-sync/demo/config/pod.yaml index 72a3db7ae0f..e8ccc720cfc 100644 --- a/contrib/git-sync/demo/config/pod.yaml +++ b/contrib/git-sync/demo/config/pod.yaml @@ -38,8 +38,7 @@ spec: - name: html mountPath: /usr/share/nginx/html ports: - - name: http-server - containerPort: 80 + - containerPort: 80 volumes: - name: markdown emptyDir: {}