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 @@ ...@@ -18,8 +18,8 @@
"type": "http", "type": "http",
"initialDelaySeconds": 30, "initialDelaySeconds": 30,
"httpGet": { "httpGet": {
"path": "/index.html", "path": "/",
"port": "8081" "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