monitoring: Add BIND secondaries

This commit is contained in:
Lauri Võsandi 2023-09-22 09:35:14 +03:00
parent 98707c0d1c
commit 5cf7cbb450
1 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,7 @@ spec:
apiVersion: monitoring.coreos.com/v1 apiVersion: monitoring.coreos.com/v1
kind: Probe kind: Probe
metadata: metadata:
name: k6.ee name: bind
spec: spec:
prober: prober:
url: blackbox-exporter url: blackbox-exporter
@ -34,6 +34,9 @@ spec:
static: static:
- 193.40.103.2 - 193.40.103.2
- 62.65.250.2 - 62.65.250.2
- 172.20.53.1
- 172.20.53.2
- 172.20.53.3
--- ---
apiVersion: monitoring.coreos.com/v1 apiVersion: monitoring.coreos.com/v1
kind: Probe kind: Probe