add readiness probe

This commit is contained in:
Waylon S. Walker 2025-04-09 14:31:46 -05:00
parent e181f57a91
commit 008bd81a33
5 changed files with 359 additions and 2 deletions

View file

@ -25,6 +25,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"kubernetes",
"fastapi",
"sqlmodel",
"pydantic",