fix external service type check (#1246)

This commit is contained in:
Chris O'Haver 2017-11-22 06:17:27 -05:00 committed by Miek Gieben
parent c53968e5c4
commit 614ed4c80d
3 changed files with 5 additions and 3 deletions

View file

@ -288,6 +288,7 @@ var svcIndex = map[string][]*api.Service{
Protocol: "tcp",
Port: 80,
}},
Type: api.ServiceTypeExternalName,
},
}},
}