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