matrixji opened a new pull request, #3543:
URL: https://github.com/apache/incubator-devlake/pull/3543
# Summary
Support external MySQL option for helm chart deployment.
When deploying with MySQL, now operator could using MySQL.useExternal=true
to enable the external MySQL server, this is helpful if the operator has a
dedicated MySQL server, under this option, there will be no MySQL instance
created in devlake's helm release.
### Does this close any open issues?
N/A, Implement some previous TODO.
### Screenshots
```
root@nuc:~/working/incubator-devlake/deployment/helm# kubectl get pod
NAME READY STATUS RESTARTS AGE
mysql-0 1/1 Running 0 12h
x-devlake-grafana-6c975c8cf9-7l6v6 1/1 Running 0 44m
x-devlake-lake-0 1/1 Running 0 44m
x-devlake-ui-6c69947fc8-6nrw8 1/1 Running 0 44m
root@nuc:~/working/incubator-devlake/deployment/helm# helm list
NAME NAMESPACE REVISION UPDATED
STATUS CHART APP VERSION
mysql default 1 2022-10-21 21:20:35.133728667
+0800 CST deployed mysql-9.4.1 8.0.31
x default 1 2022-10-22 09:15:55.749730773
+0800 CST deployed devlake-0.1.0 0.11.0
root@nuc:~/working/incubator-devlake/deployment/helm#
```
### Other Information
N/A
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]