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", "type": "http",
"initialDelaySeconds": 30, "initialDelaySeconds": 30,
"httpGet": { "httpGet": {
"path": "/index.html", "path": "/",
"port": "8081" "port": "80"
} }
} }
}] }]