Files
deprecated-helm-charts/stable/prometheus-postgres-exporter/Chart.yaml
T
Michael Raimondi 0c1ec955e5 [stable/prometheus-postgres-exporter] add support for Google Cloud SQL (#6009)
* 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
2018-06-24 07:20:03 -07:00

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