Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 446e2f6

Browse files
authored
fix(helm): improve documentation
1 parent f1ccfcf commit 446e2f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

helm/dendrite/.helm-docs/monitoring.gotmpl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
* Works well with [Prometheus Operator](https://prometheus-operator.dev/) ([Helmchart](https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack)) and their setup of [Grafana](https://grafana.com/grafana/), by enabling the following values:
77
```yaml
8+
dendrite_config:
9+
global:
10+
metrics:
11+
enabled: true
12+
813
prometheus:
914
servicemonitor:
1015
enabled: true
@@ -19,4 +24,4 @@ grafana:
1924
enabled: true # will deploy default dashboards
2025
```
2126
PS: The label `release=kube-prometheus-stack` is setup with the helmchart of the Prometheus Operator. For Grafana Dashboards it may be necessary to enable scanning in the correct namespaces (or ALL), enabled by `sidecar.dashboards.searchNamespace` in [Helmchart of grafana](https://artifacthub.io/packages/helm/grafana/grafana) (which is part of PrometheusOperator, so `grafana.sidecar.dashboards.searchNamespace`)
22-
{{ end }}
27+
{{ end }}

0 commit comments

Comments
 (0)