Skip to content

Commit 1c3962b

Browse files
committed
Add new test for llm-d
1 parent 23e2790 commit 1c3962b

File tree

2 files changed

+635
-0
lines changed

2 files changed

+635
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Liveness probe for single-node configurations
2+
LLMD_LIVENESS_PROBE = {
3+
"httpGet": {"path": "/health", "port": 8000, "scheme": "HTTPS"},
4+
"initialDelaySeconds": 120,
5+
"periodSeconds": 30,
6+
"timeoutSeconds": 30,
7+
"failureThreshold": 5,
8+
}

0 commit comments

Comments
 (0)