You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/10/26 07:20:00 UTC

[incubator-devlake-helm-chart] branch main updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


The following commit(s) were added to refs/heads/main by this push:
     new ac776a4  Update README.md
ac776a4 is described below

commit ac776a4af903d3c5aebbc747f1936563dfbc4e53
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Wed Oct 26 15:19:56 2022 +0800

    Update README.md
---
 README.md | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e3fa788..b99bac0 100644
--- a/README.md
+++ b/README.md
@@ -27,12 +27,20 @@ To install the chart with release name `devlake`:
 helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
 helm repo update
 helm install devlake devlake/devlake
-kubectl port-forward service/devlake-ui  30090:32001
-kubectl port-forward service/devlake-grafana  30091:32002
 ```
+
+If you are using minikube inside your mac, please use the following command to forward the port:
+```shell
+kubectl port-forward service/devlake-ui  30090:4000
+```
+and open another terminal:
+```shell
+kubectl port-forward service/devlake-ui  30091:3000
+```
+
 Then you can visit:
     config-ui by url `http://YOUR-NODE-IP:30090`
-    grafana by url `http://YOUR-NODE-IP:30091`
+    grafana by url http://YOUR-NODE-IP:30091
 
 ## Update