You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by kl...@apache.org on 2022/08/03 06:46:27 UTC

[incubator-devlake-website] branch main updated: docs: sync helm docs from incubator-devlake (#145)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new a3fd4f6e docs: sync helm docs from incubator-devlake (#145)
a3fd4f6e is described below

commit a3fd4f6e6a7a61514155b168cac19a363436f418
Author: Ji Bin <ma...@live.com>
AuthorDate: Wed Aug 3 14:46:24 2022 +0800

    docs: sync helm docs from incubator-devlake (#145)
---
 docs/QuickStart/HelmSetup.md | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/docs/QuickStart/HelmSetup.md b/docs/QuickStart/HelmSetup.md
index 3a7bce1e..c8747f05 100644
--- a/docs/QuickStart/HelmSetup.md
+++ b/docs/QuickStart/HelmSetup.md
@@ -15,7 +15,7 @@ sidebar_position: 3
 
 clone the code, and enter the deployment/helm folder.
 ```
-helm install devlake . --set service.grafanaEndpoint=http://YOUR-NODE-IP:32000
+helm install devlake .
 ```
 
 And visit your devlake from the node port (32001 by default).
@@ -29,10 +29,10 @@ http://YOUR-NODE-IP:32001
 
 Conditions:
  - IP Address of Kubernetes node: 192.168.0.6
- - Want to visit devlake with port 30000, and grafana at port 30001
+ - Want to visit devlake with port 30000.
 
 ```
-helm install devlake . --set "service.uiPort=30000,service.grafanaPort=30001,service.grafanaEndpoint=http://192.168.0.6:30001"
+helm install devlake . --set service.uiPort=30000
 ```
 
 After deployed, visit devlake: http://192.168.0.6:30000
@@ -103,9 +103,7 @@ Some useful parameters for the chart, you could also check them in values.yaml
 | ui.image.tag  | image tag for ui's image | latest  |
 | ui.image.pullPolicy  | pullPolicy for ui's image | Always  |
 | service.type  | Service type for exposed service | NodePort  |
-| service.grafanaPort  | Service port for grafana | 32000  |
 | service.uiPort  | Service port for config ui | 32001  |
-| service.grafanaEndpoint  | The external grafana endpoint, used when ingress not configured  |  http://127.0.0.1:32000  |
 | service.ingress.enabled  | If enable ingress  |  false  |
 | service.ingress.enableHttps  | If enable https  |  false  |
 | service.ingress.className  | The class name for ingressClass. If leave empty, the default IngressClass will be used  | ""  |