Merge pull request #4937 from thockin/plural_23_endpoints

Stop using named ports in examples and scripts.
This commit is contained in:
Brendan Burns
2015-03-02 10:49:31 -08:00
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
}
}
}]

View File

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