Merge pull request #6182 from thockin/plural_services_20

Implement multi-port Services
This commit is contained in:
Brian Grant
2015-03-31 12:55:21 -07:00
77 changed files with 6766 additions and 1424 deletions

View File

@@ -8,11 +8,15 @@
}
},
"spec": {
"port": 8080,
"protocol": "TCP",
"ports": [
{
"port": 8080,
"protocol": "TCP",
"targetPort": 8080
}
],
"selector": {
"name": "nettest"
},
"targetPort": 8080,
}
}
}