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:23:13 UTC

[incubator-devlake-helm-chart] branch main updated: Update NOTES.txt

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 8bd40b4  Update NOTES.txt
8bd40b4 is described below

commit 8bd40b456cf8c4bd75bd623817896120722e6efb
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Wed Oct 26 15:23:09 2022 +0800

    Update NOTES.txt
---
 charts/devlake/templates/NOTES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/devlake/templates/NOTES.txt b/charts/devlake/templates/NOTES.txt
index 16de00f..33bafec 100644
--- a/charts/devlake/templates/NOTES.txt
+++ b/charts/devlake/templates/NOTES.txt
@@ -18,8 +18,8 @@
 Welcome to use devlake.
 
 Now please run following commands:
-  kubectl port-forward service/devlake-ui  30090:32001
-  kubectl port-forward service/devlake-grafana  30091:32002
+  kubectl port-forward service/devlake-ui  30090:4000
+  kubectl port-forward service/devlake-grafana  30091:3000
 Now you can visit:
     config-ui by url `http://YOUR-NODE-IP:30090`
     grafana by url `http://YOUR-NODE-IP:30091`