docs(helm): add metrics part for README

This commit is contained in:
Rory Z 2022-04-18 11:33:32 +08:00
parent 5f5b3618e2
commit 8cbb0041d4
3 changed files with 3 additions and 3 deletions

View File

@ -78,4 +78,6 @@ The following table lists the configurable parameters of the emqx chart and thei
| `ingress.mgmt.hosts` | Ingress hosts for EMQX Mgmt API | api.emqx.local |
| `ingress.mgmt.tls` | Ingress tls for EMQX Mgmt API | [] |
| `ingress.mgmt.annotations` | Ingress annotations for EMQX Mgmt API | {} |
| `metrics.enable` | If set to true, [prometheus-operator](https://github.com/prometheus-operator/prometheus-operator) needs to be installed, and emqx_prometheus needs to enable | false |
| `metrics.type` | Now we only supported "prometheus" | "prometheus" |
| `emqxConfig` | Emqx configuration item, see the [documentation](https://hub.docker.com/r/emqx/emqx) | |

View File

@ -17,5 +17,3 @@ stringData:
password: {{ .Values.emqxConfig.EMQX_DASHBOARD__DEFAULT_PASSWORD}}
{{- end }}
{{- end }}
# this credentials are not configurable

View File

@ -206,5 +206,5 @@ containerSecurityContext:
runAsUser: 1000
metrics:
enabled: true
enabled: false
type: prometheus