All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vops.apps.prometheus-blackbox-exporter.2.2.287.source-code.deployment.yml Maven / Gradle / Ivy

Go to download

[Prometheus Blackbox Exporter](https://github.com/prometheus/blackbox_exporter) - blackbox probing of endpoints over HTTP, HTTPS and TCP.

There is a newer version: 2.2.335
Show newest version
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