You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,11 +12,21 @@ Additionaly, you (most likely) will need to specify prometheusExternalUrl with U
12
12
Pyrra can be configured to validate SLOs and SLO groups using a webhook admission controller. This is an optional feature that can be enabled by setting the `validatingWebhookConfiguration.enabled` value to `true`. The webhook admission controller will validate SLOs when they are created or updated.
13
13
If the SLO object is invalid, the admission controller will reject the request and provide a reason for the failure. This requires cert-manager to be installed in the cluster. If cert-manager is not installed, the webhook admission controller will not be created.
14
14
15
+
## Grafana dashboards
16
+
Pyrra provides Grafana dashboards additionally to it's own UI.
17
+
The dashboards can be deployed using a ConfigMap and get's automatically [reloaded by a Grafana sidecar](https://github.com/grafana/helm-charts/tree/main/charts/grafana#sidecar-for-dashboards).
18
+
15
19
## Values
16
20
17
21
| Key | Type | Default | Description |
18
22
|-----|------|---------|-------------|
19
23
| additionalLabels | object |`{}`||
24
+
| dashboards.annotations | object |`{}`||
25
+
| dashboards.enabled | bool |`false`| enables Grafana dashboards being deployed via configmap |
26
+
| dashboards.extraLabels | object |`{}`||
27
+
| dashboards.label | string |`"grafana_dashboard"`| default value from the Grafana chart |
28
+
| dashboards.labelValue | string |`"1"`| default value from the Grafana chart |
29
+
| dashboards.namespace | string |`nil`||
20
30
| extraApiArgs | list |`[]`| Extra args for Pyrra's API container |
21
31
| extraKubernetesArgs | list |`[]`| Extra args for Pyrra's Kubernetes container |
Copy file name to clipboardExpand all lines: charts/pyrra/README.md.gotmpl
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ Additionaly, you (most likely) will need to specify prometheusExternalUrl with U
16
16
Pyrra can be configured to validate SLOs and SLO groups using a webhook admission controller. This is an optional feature that can be enabled by setting the `validatingWebhookConfiguration.enabled` value to `true`. The webhook admission controller will validate SLOs when they are created or updated.
17
17
If the SLO object is invalid, the admission controller will reject the request and provide a reason for the failure. This requires cert-manager to be installed in the cluster. If cert-manager is not installed, the webhook admission controller will not be created.
18
18
19
+
## Grafana dashboards
20
+
Pyrra provides Grafana dashboards additionally to it's own UI.
21
+
The dashboards can be deployed using a ConfigMap and get's automatically [reloaded by a Grafana sidecar](https://github.com/grafana/helm-charts/tree/main/charts/grafana#sidecar-for-dashboards).
0 commit comments