diff --git a/apps/blackbox-exporter/development.yml b/apps/blackbox-exporter/development.yml new file mode 100644 index 00000000..8e052e49 --- /dev/null +++ b/apps/blackbox-exporter/development.yml @@ -0,0 +1,41 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: blackbox-exporter + namespace: argocd +spec: + project: prod + source: + repoURL: https://prometheus-community.github.io/helm-charts + chart: prometheus-blackbox-exporter + targetRevision: 8.17.0 + helm: + values: | + config: + modules: + http_2xx: + prober: http + timeout: 5s + http: + method: GET + + serviceMonitor: + enabled: true + additionalRelabelings: + - sourceLabels: [__address__] + targetLabel: __param_target + - sourceLabels: [__param_target] + targetLabel: instance + - targetLabel: __address__ + replacement: blackbox-exporter.monitoring.svc.cluster.local:9115 + + targets: + - https://reduce.isis.cclrc.ac.uk/fia/healthz # Pending + + destination: + name: prod + namespace: monitoring-system + syncPolicy: + automated: + prune: true + selfHeal: true