Fix liveness probe in pod.json example

This commit is contained in:
Prashanth Balasubramanian 2015-04-07 12:15:06 -07:00
parent 0400339d01
commit 56b8de6f6c

View File

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