commit | 108501c2476a75c4c1df2d964d025b03f2e3e28b | [log] [tgz] |
---|---|---|
author | Warren Chen <yingchu.chen@merico.dev> | Tue Feb 07 20:28:14 2023 +0800 |
committer | GitHub <noreply@github.com> | Tue Feb 07 20:28:14 2023 +0800 |
tree | b699d2f0fa1df90b9573846fb7d97c19a6067d7e | |
parent | f4df29064b7a4ec9600aad14d739d07c91641e41 [diff] |
udpate to v0.15.1-beta3 (#71)
Thanks to @matrixji who initiated all content in apache/incubator-devlake
, this repo is copied from directory deployment/helm in repo apache/incubator-devlake
! Also thanks to @lshmouse, @shubham-cmyk and @SnowMoon-Dev for the contribution for devlake helm deployment.
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 --version=v0.15.1-beta3
If you are using minikube inside your mac, please use the following command to forward the port:
kubectl port-forward service/devlake-ui 30090:4000
and open another terminal:
kubectl port-forward service/devlake-grafana 30091:3000
Then you can visit: config-ui by url http://YOUR-NODE-IP:30090
grafana by url http://YOUR-NODE-IP:30091
helm repo update helm upgrade --install devlake devlake/devlake --version=v0.15.1-beta3
To uninstall/delete the devlake
release:
helm uninstall devlake
https://github.com/apache/incubator-devlake/pulls?q=is%3Apr+helm+is%3Aclosed