2 Commits
Author SHA1 Message Date
Jack HenschelandGitHub 217a72df8d [prometheus-blackbox-exporter] Allow specifying volumeMounts for container (#1052)
In a previous PR (https://github.com/prometheus-community/helm-charts/pull/194)
support for specifying "extraVolumes" was introduced.
However, these extra volumes cannot be mounted in the main blackbox-exporter
container (only in sidecar containers).

This patch adds a new value "extraVolumeMounts" which lets the user mount
arbitrary volumes on the main container.

Signed-off-by: Jack Henschel <jackdev@mailbox.org>
2021-06-09 10:39:08 +03:00
Jack HenschelandGitHub 2343a0f674 [prometheus] Respect storagePath value when deployed as StatefulSet (#1003)
As discussed in https://github.com/prometheus-community/helm-charts/issues/1002
the StatefulSet deploy option of Prometheus server previously ignored the
server.storagePath Helm value.

This patch fixes that behavior.

Signed-off-by: Jack Henschel <jackdev@mailbox.org>
2021-05-29 11:17:43 +02:00