Fix liveness probe in pod.json example

parent 0400339d
......@@ -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