From 56b8de6f6c9f88ae1b04e14ee2cc688b82250be3 Mon Sep 17 00:00:00 2001 From: Prashanth Balasubramanian Date: Tue, 7 Apr 2015 12:15:06 -0700 Subject: [PATCH] Fix liveness probe in pod.json example --- docs/getting-started-guides/pod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/pod.json b/docs/getting-started-guides/pod.json index 48a7d75b983..6265167d20c 100644 --- a/docs/getting-started-guides/pod.json +++ b/docs/getting-started-guides/pod.json @@ -18,8 +18,8 @@ "type": "http", "initialDelaySeconds": 30, "httpGet": { - "path": "/index.html", - "port": "8081" + "path": "/", + "port": "80" } } }]