Commit 585aa77c authored by Brian Grant's avatar Brian Grant

Merge pull request #6531 from bprashanth/liveness

Fix liveness probe in pod.json example
parents 5b495266 56b8de6f
......@@ -18,8 +18,8 @@
"type": "http",
"initialDelaySeconds": 30,
"httpGet": {
"path": "/index.html",
"port": "8081"
"path": "/",
"port": "80"
}
}
}]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment