Stop using named ports in examples and scripts.

This commit is contained in:
Tim Hockin
2015-03-01 21:28:52 -08:00
parent 0fec31a11e
commit e0e6741027
9 changed files with 11 additions and 11 deletions

View File

@@ -91,7 +91,7 @@ Where pod.json contains something like:
"initialDelaySeconds": 30,
"httpGet": {
"path": "/index.html",
"port": "8080"
"port": 8080
}
}
}]