vops.apps.prometheus-blackbox-exporter.2.2.287.source-code.deployment.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of prometheus-blackbox-exporter
Show all versions of prometheus-blackbox-exporter
[Prometheus Blackbox Exporter](https://github.com/prometheus/blackbox_exporter) - blackbox probing of endpoints over HTTP, HTTPS and TCP.
spec:
replicas: 1
template:
spec:
containers:
- name: blackbox-exporter
image: prom/blackbox-exporter:master
ports:
- name: http
containerPort: 9115
volumeMounts:
- name: config-volume
mountPath: /etc/blackbox_exporter
livenessProbe:
httpGet:
port: http
initialDelaySeconds: 1
readinessProbe:
httpGet:
port: http
initialDelaySeconds: 1
volumes:
- name: config-volume
configMap:
name: blackbox-exporter
© 2015 - 2025 Weber Informatics LLC | Privacy Policy