Add containerPort to service schema. Regenerate HTML. Add instructions for how to view HTML.

This commit is contained in:
Brian Grant
2014-08-19 19:48:12 +00:00
parent 7ac44a6697
commit 31a0daae36
3 changed files with 22 additions and 5 deletions

View File

@@ -28,6 +28,10 @@
"type": "number",
"required": false
},
"containerPort": {
"type": "string",
"required": false
},
"labels": {
"type": "object",
"required": false