Merge pull request #11076 from nikhiljindal/apiError

Updating apiserver to not return 500 when a service without pods is proxied
This commit is contained in:
Vish Kannan
2015-07-23 18:03:07 -07:00
5 changed files with 36 additions and 3 deletions

View File

@@ -10,6 +10,6 @@ spec:
# type: LoadBalancer
ports:
# the port that this service should serve on
- port: 80
- port: 80
selector:
name: frontend