* [stable/prometheus-postgres-exporter] Add support to configure datasource from secret in Kubernetes
Signed-off-by: Nick Metz <nick.metz@ptvgroup.com>
* fix typo in values.yaml
Signed-off-by: Nick Metz <nick.metz@ptvgroup.com>
* Add the ability to create a ServiceMonitor
Signed-off-by: Dimitrios Karagiannis <dhkarag@gmail.com>
This is intended for users of the prometheus-operator helm chart.
* Update README with serviceMonitor values
Signed-off-by: Dimitrios Karagiannis <dhkarag@gmail.com>
* Remove missed comment
Signed-off-by: Dimitrios Karagiannis <dhkarag@gmail.com>
* Update chart version
Signed-off-by: Dimitrios Karagiannis <dhkarag@gmail.com>
* [stable/prometheus-postgres-exporter] upgrade to new version of postgres exporter
Signed-off-by: Asher Foa <asher@asherfoa.com>
* bump minor version
Signed-off-by: Maor Friedman <maor.friedman@redhat.com>
* Allow specifying a securityContext
This enables users running under restrictive PodSecurityPolicies to deploy the exporter running as a non-root container.
Signed-off-by: Dimitrios Karagiannis <dhkarag@gmail.com>
* Update chart version
Signed-off-by: Dimitrios Karagiannis <dhkarag@gmail.com>
* postgres-exporter labels and port name
Add support for additional service and pod labels to the prometheus-postgres-exporter.
Add support for customizing the service port name.
Signed-off-by: Kevin Pullin <kevin.pullin@gmail.com>
* Update Chart.yaml
Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
* Added flag for disabling default metrics
Signed-off-by: Vladimir Dimitrov <dimitrov.vlado@gmail.com>
* Bumping chart version with a minor instead of patch
Signed-off-by: Vladimir Dimitrov <dimitrov.vlado@gmail.com>
* 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
* add RBAC resources
for clusters with the PodSecurityPolicy admission controller, every pod
must have an associated PodSecurityPolicy
* remove unneeded PVC permission
* re-bump version
* Fixed configmap mounting (#5059)
* Made use of the provided ConfigMap (#5472)
* Bumped the default version from v0.4.4 to v0.4.6.
* Bumped the version and the appVersion of the Chart.
* Added missing field to the Chart.yml to fix the test.