Import from Container Engine docs, addition of Tabs functionality, various link fixes
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"kind": "Service",
|
||||
"apiVersion": "v1",
|
||||
"metadata": {
|
||||
"name": "myapp"
|
||||
},
|
||||
"spec": {
|
||||
"ports": [{
|
||||
"port": 8765,
|
||||
"targetPort": 9376
|
||||
}],
|
||||
"selector": {
|
||||
"app": "example"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user