--- apiVersion: "v1" kind: "List" items: - apiVersion: "v1" kind: "Service" metadata: annotations: prometheus.io/scrape: "true" prometheus.io/port: "9115" fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-devops/master/prometheus-blackbox-exporter/src/main/fabric8/icon.png" fabric8.io/git-commit: "61631316443196f4367d519b9339b58abc99a097" fabric8.io/git-branch: "release-v2.2.259" fabric8.io/build-id: "1" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/61631316443196f4367d519b9339b58abc99a097" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/1" labels: expose: "true" provider: "fabric8" project: "prometheus-blackbox-exporter" version: "2.2.259" group: "io.fabric8.devops.apps" name: "blackbox-exporter" spec: ports: - name: "http" port: 80 protocol: "TCP" targetPort: 9115 selector: project: "prometheus-blackbox-exporter" provider: "fabric8" group: "io.fabric8.devops.apps" - apiVersion: "v1" kind: "ConfigMap" metadata: labels: provider: "fabric8" project: "prometheus-blackbox-exporter" version: "2.2.259" group: "io.fabric8.devops.apps" name: "blackbox-exporter" data: config.yml: "modules:\n http_2xx:\n prober: http\n timeout: 5s\n http:\n\ \ valid_status_codes: [] # Defaults to 2xx\n method: GET\n no_follow_redirects:\ \ false\n fail_if_ssl: false\n fail_if_not_ssl: false" - apiVersion: "extensions/v1beta1" kind: "Deployment" metadata: annotations: fabric8.io/git-commit: "61631316443196f4367d519b9339b58abc99a097" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=prometheus-blackbox-exporter&var-version=2.2.259" fabric8.io/build-id: "1" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/1" fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-devops/master/prometheus-blackbox-exporter/src/main/fabric8/icon.png" fabric8.io/git-branch: "release-v2.2.259" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/61631316443196f4367d519b9339b58abc99a097" labels: provider: "fabric8" project: "prometheus-blackbox-exporter" version: "2.2.259" group: "io.fabric8.devops.apps" name: "prometheus-blackbox-expo" spec: replicas: 1 selector: matchLabels: project: "prometheus-blackbox-exporter" provider: "fabric8" group: "io.fabric8.devops.apps" template: metadata: annotations: fabric8.io/git-commit: "61631316443196f4367d519b9339b58abc99a097" fabric8.io/metrics-path: "dashboard/file/kubernetes-pods.json/?var-project=prometheus-blackbox-exporter&var-version=2.2.259" fabric8.io/build-id: "1" fabric8.io/build-url: "http://jenkins.ux.fabric8.io/job/oss-parent/1" fabric8.io/iconUrl: "https://cdn.rawgit.com/fabric8io/fabric8-devops/master/prometheus-blackbox-exporter/src/main/fabric8/icon.png" fabric8.io/git-branch: "release-v2.2.259" fabric8.io/git-url: "http://gogs.ux.fabric8.io/gogsadmin/oss-parent/commit/61631316443196f4367d519b9339b58abc99a097" labels: provider: "fabric8" project: "prometheus-blackbox-exporter" version: "2.2.259" group: "io.fabric8.devops.apps" spec: containers: - image: "prom/blackbox-exporter:master" livenessProbe: httpGet: port: "http" initialDelaySeconds: 1 name: "blackbox-exporter" ports: - containerPort: 9115 name: "http" readinessProbe: httpGet: port: "http" initialDelaySeconds: 1 volumeMounts: - mountPath: "/etc/blackbox_exporter" name: "config-volume" volumes: - configMap: name: "blackbox-exporter" name: "config-volume"