Skip to content

Commit

Permalink
Merge pull request #967 from SchoolGuy/add-grafana-dashboard
Browse files Browse the repository at this point in the history
feat: Helm - Grafana Dashboard
  • Loading branch information
TheBigLee authored May 28, 2024
2 parents 0b29883 + c0efc71 commit d996d16
Show file tree
Hide file tree
Showing 3 changed files with 1,216 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/k8up/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ Document your changes in values.yaml and let `make docs:helm` generate this sect
| k8up.operatorNamespace | string | `""` | Specifies the namespace in which K8up's `EffectiveSchedules` are stored. Defaults to release namespace if left empty. |
| k8up.skipWithoutAnnotation | bool | `false` | Specifies whether K8up should ignore PVCs without the backup annotation (by default, `k8up.io/backup`) |
| k8up.timezone | string | `""` | Specifies the timezone K8up is using for scheduling. Empty value defaults to the timezone in which Kubernetes is deployed. Accepts `tz database` compatible entries, e.g. `Europe/Zurich` |
| metrics.grafanaDashboard.additionalLabels | object | `{}` | Add labels to the Grafana Dashboard object |
| metrics.grafanaDashboard.enable | bool | `false` | Whether to deploy the Grafana dashboard |
| metrics.grafanaDashboard.namespace | string | `""` | If the object should be installed in a different namespace than operator |
| metrics.prometheusRule.additionalLabels | object | `{}` | Add labels to the PrometheusRule object |
| metrics.prometheusRule.additionalRules | list | `[]` | Provide additional alert rules in addition to the defaults |
| metrics.prometheusRule.createDefaultRules | bool | `true` | Whether the default rules should be installed |
Expand Down
Loading

0 comments on commit d996d16

Please sign in to comment.