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

Commit 8d99c46

Browse files
committed
fix(helm): improve documentation
1 parent f1ccfcf commit 8d99c46

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-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 }}

helm/dendrite/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# dendrite
23

34
![Version: 0.11.2](https://img.shields.io/badge/Version-0.11.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.1](https://img.shields.io/badge/AppVersion-0.11.1-informational?style=flat-square)
@@ -161,6 +162,11 @@ Create a folder `appservices` and place your configurations in there. The confi
161162

162163
* 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:
163164
```yaml
165+
dendrite_config:
166+
global:
167+
metrics:
168+
enabled: true
169+
164170
prometheus:
165171
servicemonitor:
166172
enabled: true

0 commit comments

Comments
 (0)