From 870d6fefd60fe7d69718a5efd497087eb3bfe954 Mon Sep 17 00:00:00 2001 From: itumi Date: Wed, 11 Feb 2026 13:59:59 +0200 Subject: [PATCH] fix: update probe labels and target format --- monitoring.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/monitoring.yaml b/monitoring.yaml index 9efb123..879aedf 100644 --- a/monitoring.yaml +++ b/monitoring.yaml @@ -3,8 +3,6 @@ kind: Probe metadata: name: google-probe namespace: memelord-jake - labels: - release: prometheus # Standard label often used to ensure Prometheus picks up the resource spec: interval: 30s module: http_2xx @@ -13,4 +11,4 @@ spec: targets: staticConfig: static: - - https://www.google.com + - google.com