cloudnative-pg / charts

CloudNativePG Helm Charts
Apache License 2.0
175 stars 83 forks source link

Added the ability to exclude specific PrometheusRules #232

Closed itay-grudev closed 6 months ago

itay-grudev commented 6 months ago

Adds the ability to disable specific PrometheusRules:

cluster:
  monitoring:
    prometheusRule:
      excludeRules: # NEW
        - CNPGClusterHAWarning
        - CNPGClusterZoneSpreadWarning

In the process I also restructured how Prometheus rules are generated so each one now has its own file.