Merge pull request #6531 from bprashanth/liveness

Fix liveness probe in pod.json example
This commit is contained in:
Brian Grant 2015-04-07 13:52:40 -07:00
commit 585aa77cd4

View File

@ -18,8 +18,8 @@
"type": "http",
"initialDelaySeconds": 30,
"httpGet": {
"path": "/index.html",
"port": "8081"
"path": "/",
"port": "80"
}
}
}]