Import from Container Engine docs, addition of Tabs functionality, various link fixes

This commit is contained in:
johndmulhausen
2016-03-16 15:54:34 -07:00
parent 3a2026677d
commit c8dd8b8831
56 changed files with 1974 additions and 34 deletions
@@ -0,0 +1,17 @@
{
"kind": "Service",
"apiVersion": "v1",
"metadata": {
"name": "myapp"
},
"spec": {
"ports": [{
"port": 8765,
"targetPort": 9376
}],
"selector": {
"app": "example"
},
"type": "LoadBalancer"
}
}