From 74f5c161ecfcf96dbd60c014c51efdd2fe6bc2c5 Mon Sep 17 00:00:00 2001 From: Ronnel Santiago Date: Wed, 11 Jan 2023 16:00:04 +1100 Subject: [PATCH] Use the correct port number --- site/content/en/docs/start/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/start/_index.md b/site/content/en/docs/start/_index.md index 68cb5d9a64..4f24fd99a3 100644 --- a/site/content/en/docs/start/_index.md +++ b/site/content/en/docs/start/_index.md @@ -536,7 +536,7 @@ minikube dashboard {{% tabs %}} {{% tab Service %}} -Create a sample deployment and expose it on port 80: +Create a sample deployment and expose it on port 8080: ```shell kubectl create deployment hello-minikube --image=kicbase/echo-server:1.0