From 5cf7cbb4508f4a42b1142dc99abcfd018ca942db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Fri, 22 Sep 2023 09:35:14 +0300 Subject: [PATCH] monitoring: Add BIND secondaries --- monitoring/blackbox-exporter.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/monitoring/blackbox-exporter.yaml b/monitoring/blackbox-exporter.yaml index f64ca5e..f6f7cf7 100644 --- a/monitoring/blackbox-exporter.yaml +++ b/monitoring/blackbox-exporter.yaml @@ -23,7 +23,7 @@ spec: apiVersion: monitoring.coreos.com/v1 kind: Probe metadata: - name: k6.ee + name: bind spec: prober: url: blackbox-exporter @@ -34,6 +34,9 @@ spec: static: - 193.40.103.2 - 62.65.250.2 + - 172.20.53.1 + - 172.20.53.2 + - 172.20.53.3 --- apiVersion: monitoring.coreos.com/v1 kind: Probe