From 73a3eb02669dce7e5edec7bd4ef76c4d8c51aad7 Mon Sep 17 00:00:00 2001 From: Rodrigue Chakode Date: Sun, 26 Sep 2021 11:31:41 +0200 Subject: [PATCH] Fixed the base url when using Kubernetes port fw --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7059162..1330e92 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Proceed with the deployment as follows: * Check that the application is up and running. ``` kubectl -n hugo-mx-gateway port-forward service/hugo-mx-gateway 8080:80 - curl https://127.0.0.1:8080/ + curl http://127.0.0.1:8080/ {"status": "ok"} ```