@@ -143,10 +143,11 @@ Some useful parameters for the chart, you could also check them in values.yaml
143143
144144| Parameter | Description | Default |
145145| -------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------ |
146- | replicaCount | Replica Count for devlake, currently not used | 1 |
146+ | replicaCount | Replica Count for devlake, currently not used (removed) | 1 |
147147| imageTag | The version tag for all images | see Values.yaml |
148148| imagePullSecrets | Name of the Secret for accessing private image registries | [ ] |
149149| commonEnvs | The common envs for all pods except grafana | {TZ: "UTC"} |
150+ | mysql.replicaCount | Replica count can only be 0 or 1 | 1 |
150151| mysql.useExternal | If use external mysql server, set true | false |
151152| mysql.externalServer | External mysql server address | 127.0.0.1 |
152153| mysql.externalPort | External mysql server port | 3306 |
@@ -168,6 +169,7 @@ Some useful parameters for the chart, you could also check them in values.yaml
168169| mysql.service.type | mysql service type | ClusterIP |
169170| mysql.service.nodePort | specify mysql nodeport | "" |
170171| grafana | dashboard, datasource, etc. settings for grafana, installed by grafana official chart | |
172+ | lake.replicaCount | Replica count can only be 0 or 1 | 1 |
171173| lake.image.repository | repository for lake's image | apache/devlake |
172174| lake.image.pullPolicy | pullPolicy for lake's image | Always |
173175| lake.port | the port of devlake backend | 8080 |
@@ -183,6 +185,7 @@ Some useful parameters for the chart, you could also check them in values.yaml
183185| lake.livenessProbe | container livenessprobe | see Values.yaml |
184186| lake.readinessProbe | container readinessProbe | see Values.yaml |
185187| lake.deployment.extraLabels | extra labels for lake's deployment metadata | {} |
188+ | ui.replicaCount | Replica count for ui | 1 |
186189| ui.image.repository | repository for ui's image | apache/devlake-config-ui |
187190| ui.image.pullPolicy | pullPolicy for ui's image | Always |
188191| ui.basicAuth.enabled | If the basic auth in ui is enabled | false |
0 commit comments