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