mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
* add support for Google Cloud SQL Cloud SQL, Google's managed database product, requires use of an authentication proxy when accessed from dynamic IPs. To limit access to the proxy, it is recommended to use a sidecar. More info: https://cloud.google.com/sql/docs/postgres/connect-kubernetes-engine Cloud SQL, like other managed databases, does not allow use of superuser accounts. Therefore, add support for a configurable database in `datasource`. More info: https://github.com/wrouesnel/postgres_exporter#running-as-non-superuser * re-bump chart version * use extraContainers & extraVolumes
16 lines
362 B
YAML
16 lines
362 B
YAML
apiVersion: v1
|
|
appVersion: "0.4.6"
|
|
description: A Helm chart for prometheus postgres-exporter
|
|
name: prometheus-postgres-exporter
|
|
version: 0.4.0
|
|
home: https://github.com/wrouesnel/postgres_exporter
|
|
sources:
|
|
- https://github.com/wrouesnel/postgres_exporter
|
|
keywords:
|
|
- postgresql
|
|
- prometheus
|
|
- exporter
|
|
maintainers:
|
|
- email: gianrubio@gmail.com
|
|
name: gianrubio
|