From b08c1e51c41d321843c637c7a7b40227c56671e5 Mon Sep 17 00:00:00 2001 From: Kenpat7177 Date: Fri, 5 Jun 2026 20:56:19 -0500 Subject: [PATCH] Add widget health check CronJob and ConfigMap --- configmap.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configmap.yaml b/configmap.yaml index 76c13a8..3dac912 100644 --- a/configmap.yaml +++ b/configmap.yaml @@ -5,4 +5,8 @@ metadata: namespace: monitoring data: kitestacks_check.py: | - # Paste the full contents of your kitestacks_check.py here + # Paste the full contents of your kitestacks_check.py script here + # Example: + # import requests + # from datetime import datetime + # ...