Files
deprecated-helm-charts/stable/prometheus-postgres-exporter/templates
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
..