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" } } }]