add startup probe script

This commit is contained in:
francisco.schulz 2023-06-21 15:42:33 +02:00
parent 946cfff630
commit 133fde67ba

View File

@ -0,0 +1,6 @@
from pyinfra.k8s_probes import startup
from loguru import logger
if __name__ == "__main__":
logger.debug("running health check")
startup.run_checks()