charts
charts copied to clipboard
CloudNativePG Helm Charts
Add support TPL helper in cluster object to allow used gotemplate in chart values. Tpl supported fields: - cluster.initdb.database - cluster.initdb.owner - cluster.postgresql.parameters - cluster.postgresql.pg_hba - cluster.postgresql.pg_ident - cluster.roles -...
Along with the existing alerts in the `cluster` helm chart, an alert if `cnpg_collector_first_recoverability_point` exceeds `1 day` (warning) and if it exceeds `5 days` (critical) would help folks figure out...
Currently the prometheus rule expressions do not specify a specific cluster but only a specific namespace. This causes duplicated alerts if multiple clusters are deployed (with their own prom rules)...
Added the option "pvcTemplate" to `cluster.storage` and `cluster.walStorage`. Added some documentation and references to the documentation
Hi @itay-grudev, @sxd i've rebased the branch from PR #510 would be create to merge this as soon as possible cause we need this feature to import ca-certs to for...
This permits putting a PDB around the operator deployment.
This PR is a proposed solution for #668
The example metrics from https://github.com/cloudnative-pg/cloudnative-pg/blob/main/docs/src/samples/cluster-example-monitoring.yaml#L27 are not present in the helm chart's default metrics list. These metrics are also not present in https://github.com/cloudnative-pg/cloudnative-pg/blob/main/releases/cnpg-1.26.1.yaml and should probably be added there too....
This change makes it possible to customize the Helm chart test `ping` with custom image, command and args.