Ref: https://github.com/prometheus/blackbox_exporter
docker run --rm -d -p 9115:9115 \
--name blackbox_exporter \
-v `pwd`:/config prom/blackbox-exporter:master \
--config.file=/config/blackbox.yml
curl "http://localhost:9115/probe?target=www.example.com&module=http_2xx"
helm install --name helm-blackbox-exporter-dev helm/
Simply update helm/values.yaml
to have the blackboxConfigYaml
setting you desire.