Add widget health check CronJob and ConfigMap

This commit is contained in:
Kenpat7177 2026-06-05 20:56:19 -05:00
parent cbfdb6de76
commit b08c1e51c4

View file

@ -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
# ...