mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 14:57:18 +08:00
[bitnami/postgresql-ha] fix: customMetrics variable type (#8126)
* fix: customMetrics variable type * fix: README.md * fix: added new line
This commit is contained in:
committed by
GitHub
parent
fb2d10e732
commit
34b8983187
@@ -27,4 +27,4 @@ name: postgresql-ha
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-postgresql
|
||||
- https://www.postgresql.org/
|
||||
version: 8.0.0
|
||||
version: 8.0.1
|
||||
|
||||
@@ -359,7 +359,7 @@ Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manua
|
||||
| `metrics.service.loadBalancerSourceRanges` | PostgreSQL Prometheus exporter service Load Balancer sources | `[]` |
|
||||
| `metrics.service.externalTrafficPolicy` | PostgreSQL Prometheus exporter service external traffic policy | `Cluster` |
|
||||
| `metrics.annotations` | Annotations for PostgreSQL Prometheus exporter service | `{}` |
|
||||
| `metrics.customMetrics` | Additional custom metrics | `""` |
|
||||
| `metrics.customMetrics` | Additional custom metrics | `{}` |
|
||||
| `metrics.extraEnvVars` | An array to add extra environment variables to configure postgres-exporter | `{}` |
|
||||
| `metrics.serviceMonitor.enabled` | if `true`, creates a Prometheus Operator ServiceMonitor (also requires `metrics.enabled` to be `true`) | `false` |
|
||||
| `metrics.serviceMonitor.namespace` | Optional namespace which Prometheus is running in | `""` |
|
||||
|
||||
@@ -1141,7 +1141,7 @@ metrics:
|
||||
## usage: "GAUGE"
|
||||
## description: "Size of the database in bytes"
|
||||
##
|
||||
customMetrics: ""
|
||||
customMetrics: {}
|
||||
## @param metrics.extraEnvVars An array to add extra environment variables to configure postgres-exporter
|
||||
## see: https://github.com/wrouesnel/postgres_exporter#environment-variables
|
||||
## For example:
|
||||
|
||||
Reference in New Issue
Block a user