From c5cf7e247cd20dfdcd790cda72db80af42ead753 Mon Sep 17 00:00:00 2001 From: Kustas Kurval Date: Wed, 11 Feb 2026 13:58:41 +0200 Subject: [PATCH] Add google --- memelord-kkurval.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/memelord-kkurval.yaml b/memelord-kkurval.yaml index cee5766..48aa67a 100644 --- a/memelord-kkurval.yaml +++ b/memelord-kkurval.yaml @@ -834,4 +834,19 @@ spec: # # Fix http callback issue in mozilla-django-oidc by forcing https; https://github.com/mozilla/mozilla-django-oidc/issues/417 # # OIDC should only be setup behind a TLS reverse proxy anyways -# SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https") \ No newline at end of file +# SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https") + + +--- +apiVersion: monitoring.coreos.com/v1 +kind: Probe +metadata: + name: google-probe +spec: + module: http_2xx + prober: + url: blackbox-exporter.monitoring.svc.cluster.local + targets: + staticConfig: + static: + - google.com \ No newline at end of file