fix: update probe labels and target format
This commit is contained in:
@@ -3,8 +3,6 @@ kind: Probe
|
|||||||
metadata:
|
metadata:
|
||||||
name: google-probe
|
name: google-probe
|
||||||
namespace: memelord-jake
|
namespace: memelord-jake
|
||||||
labels:
|
|
||||||
release: prometheus # Standard label often used to ensure Prometheus picks up the resource
|
|
||||||
spec:
|
spec:
|
||||||
interval: 30s
|
interval: 30s
|
||||||
module: http_2xx
|
module: http_2xx
|
||||||
@@ -13,4 +11,4 @@ spec:
|
|||||||
targets:
|
targets:
|
||||||
staticConfig:
|
staticConfig:
|
||||||
static:
|
static:
|
||||||
- https://www.google.com
|
- google.com
|
||||||
|
|||||||
Reference in New Issue
Block a user