apps/cnpg/operators/charts/cloudnative-pg-0.22.0/cloudnative-pg/charts/cluster
Peter Kurfer 4575f1b05d
All checks were successful
Renovate / renovate (push) Successful in 1m36s
feat(db): split CNPG app into multiple apps
2024-10-10 20:45:29 +02:00
..
templates feat(db): split CNPG app into multiple apps 2024-10-10 20:45:29 +02:00
.helmignore feat(db): split CNPG app into multiple apps 2024-10-10 20:45:29 +02:00
Chart.yaml feat(db): split CNPG app into multiple apps 2024-10-10 20:45:29 +02:00
grafana-dashboard.json feat(db): split CNPG app into multiple apps 2024-10-10 20:45:29 +02:00
README.md feat(db): split CNPG app into multiple apps 2024-10-10 20:45:29 +02:00
README.md.gotmpl feat(db): split CNPG app into multiple apps 2024-10-10 20:45:29 +02:00
values.schema.json feat(db): split CNPG app into multiple apps 2024-10-10 20:45:29 +02:00
values.yaml feat(db): split CNPG app into multiple apps 2024-10-10 20:45:29 +02:00

cluster

Version: 0.0.2 Type: application AppVersion: 1.16.0

Grafana CloudNativePG Cluster Overview

Getting Started

Note, this dashboard is already included in the CloudNativePG Operator Helm Chart.

There are 4 ways to use the CloudNativePG Grafana Cluster Dashboard:

  1. Install the CloudNativePG Operator Helm Chart

  2. Install manually via Grafana.com.

  3. Install manually via the Grafana JSON:

https://raw.githubusercontent.com/cloudnative-pg/grafana-dashboards/main/charts/cluster/grafana-dashboard.json
  1. Install directly in your cluster as a Helm Chart:
helm repo add cnpg-grafana https://cloudnative-pg.github.io/grafana-dashboards
helm upgrade
  --install \
  --namespace monitoring \
  cnpg-grafana-cluster cnpg-grafana/cluster
  1. As as a dependency to an existing chart:
dependencies:
  - name: cluster
    alias: cnpg-grafana-cluster-dashboard
    version: "0.0"
    repository: https://cloudnative-pg.github.io/grafana-dashboards

Values

Key Type Default Description
fullnameOverride string ""
grafanaDashboard.annotations object {} Annotations that ConfigMaps can have to get configured in Grafana.
grafanaDashboard.configMapName string "cnpg-grafana-dashboard" The name of the ConfigMap containing the dashboard.
grafanaDashboard.labels object {} Labels that ConfigMaps should have to get configured in Grafana.
grafanaDashboard.namespace string "" Allows overriding the namespace where the ConfigMap will be created, defaulting to the same one as the Release.
grafanaDashboard.sidecarLabel string "grafana_dashboard" Label that ConfigMaps should have to be loaded as dashboards. DEPRECATED: Use labels instead.
grafanaDashboard.sidecarLabelValue string "1" Label value that ConfigMaps should have to be loaded as dashboards. DEPRECATED: Use labels instead.
nameOverride string ""