| commit | 86eacc044d942c337d02e756eeb5ff535daa545b | [log] [tgz] |
|---|---|---|
| author | linyh <yanghui@meri.co> | Mon Mar 20 12:24:14 2023 +0800 |
| committer | linyh <yanghui@meri.co> | Mon Mar 20 12:24:14 2023 +0800 |
| tree | d6c01e3214a163a8523d901cd490bef7447aafed | |
| parent | dce864b7cbbab256a4830e8cce86f86223a6cf83 [diff] |
feat: upgrade helm chart for v0.16.0-beta9
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=0.15.1-beta5
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=0.15.1-beta5
To uninstall/delete the devlake release:
helm uninstall devlake
https://github.com/apache/incubator-devlake/pulls?q=is%3Apr+helm+is%3Aclosed
https://github.com/apache/incubator-devlake/pulls?q=is%3Apr+helm+is%3Aclosed
You could find more examples and details in HelmSetup.md