Skip to content

Commit

Permalink
fix(cloudnative-pg): enable grafana dashboard and pod monitor in helm
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Feb 2, 2024
1 parent 0e14004 commit 0943e62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ spec:
values:
crds:
create: true
monitoring:
grafanaDashboard:
create: true
podMonitorEnabled: true

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: database
resources:
- dashboard
- prometheus-rule.yaml
labels:
- pairs:
Expand Down

0 comments on commit 0943e62

Please sign in to comment.