dosubot[bot] commented on issue #7808: URL: https://github.com/apache/incubator-devlake/issues/7808#issuecomment-2263466896
<!-- Answer --> The installation location for the DevLake Helm chart files and the MySQL database would be as follows: 1. **DevLake Helm chart files**: These files are not stored on your local computer but are managed by Helm and Kubernetes. When you run the `helm install` command, Helm fetches the chart from the repository (`https://apache.github.io/incubator-devlake-helm-chart`) and deploys it to your Kubernetes cluster. 2. **MySQL database**: By default, the MySQL database is deployed within the Kubernetes cluster. The data for MySQL is stored in a Persistent Volume Claim (PVC) or a host path, depending on the configuration. The default configuration uses a PVC with a storage size of 5Gi. If the `mysql.storage.type` is set to `hostpath`, the data would be stored at `/devlake/mysql/data` on the host machine. ```yaml | mysql.storage.type | storage type, pvc or hostpath | pvc | | mysql.storage.hostPath | the host path if mysql.storage.type is hostpath | /devlake/mysql/data | ``` For more detailed installation instructions, you can refer to the [Apache DevLake Helm Setup Guide](https://incubator.apache.org/devlake/docs/GettingStarted/HelmSetup) or the [official documentation](https://github.com/apache/incubator-devlake-helm-chart) <sup>[[1]](https://github.com/apache/incubator-devlake-website/blob/main/versioned_docs/version-v0.18/GettingStarted/HelmSetup.md)</sup><sup>[[2]](https://github.com/apache/incubator-devlake-website/blob/main/versioned_docs/version-v0.20/GettingStarted/HelmSetup.md)</sup><sup>[[3]](https://github.com/apache/incubator-devlake-website/blob/main/versioned_docs/version-v1.0/GettingStarted/HelmSetup.md)</sup><sup>[[4]](https://github.com/apache/incubator-devlake-website/blob/main/versioned_docs/version-v0.21/GettingStarted/HelmSetup.md)</sup><sup>[[5]](https://github.com/apache/incubator-devlake-website/blob/main/docs/GettingStarted/HelmSetup.md)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org