This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 4e73b2b4b334b8fd09e8a50509fb4d673ec6959f Author: Yumeng Wang <[email protected]> AuthorDate: Mon Feb 27 17:53:37 2023 +0800 fix: updated phrasing --- docs/GettingStarted/HelmSetup.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/GettingStarted/HelmSetup.md b/docs/GettingStarted/HelmSetup.md index 69539fb829..e3867047b6 100644 --- a/docs/GettingStarted/HelmSetup.md +++ b/docs/GettingStarted/HelmSetup.md @@ -155,8 +155,8 @@ Some useful parameters for the chart, you could also check them in values.yaml | ui.basicAuth.password | The password for the basic auth | "admin" | | service.type | Service type for exposed service | NodePort | | service.uiPort | Node port for config ui | 32001 | -| service.ingress.enabled | If enable ingress | false | -| service.ingress.enableHttps | If enable https | false | +| service.ingress.enabled | If ingress is enabled | false | +| service.ingress.enableHttps | If https is enabled | false | | service.ingress.className | Class name for ingressClass. leave empty for using default | "" | | service.ingress.hostname | The hostname/domainname for ingress | localhost | | service.ingress.prefix | The prefix for endpoints, currently not used | / | @@ -167,11 +167,11 @@ Some useful parameters for the chart, you could also check them in values.yaml | option.database | The database type, valids: mysql, pgsql | mysql | ## FAQ -1. Can I use a managed Cloud database service instead of running database in docker? +1. Can I use a managed Cloud database service instead of running database in Docker? - Yes, it just set useExternal value to true while you deploy devlake with helm chart. Below we'll use MySQL on AWS RDS as an example. - 1. (Optional) Create a MySQL instance on AWS RDS following this [doc](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.html), skip this step if you'd like to use an existing instance - 2. Proviede below values while install from helm: + Yes, you can just set useExternal value to true while deploying devlake with helm chart. Below we will use MySQL on AWS RDS as an example. + 1. (Optional) Create a MySQL instance on AWS RDS following this [doc](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.html). Skip this step if you would like to use an existing instance. + 2. Proviede the folllowing values while install from helm: * `mysql.useExternal`: this should be `true` * `mysql.externalServer`: use your RDS instance's IP address or domain name. * `mysql.externalPort`: use your RDS instance's database port. @@ -195,4 +195,4 @@ Some useful parameters for the chart, you could also check them in values.yaml ## Troubleshooting -If you run into any problem, please check the [Troubleshooting](/Troubleshooting/Installation.md) or [create an issue](https://github.com/apache/incubator-devlake/issues) +If you run into any problems, please check the [Troubleshooting](/Troubleshooting/Installation.md) or [create an issue](https://github.com/apache/incubator-devlake/issues)
