Skip to content

Commit 4d6edd7

Browse files
committed
tests_gaudi: Update vllm deployment
Signed-off-by: vbedida79 <veenadhari.bedida@intel.com>
1 parent 0d142cb commit 4d6edd7

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

tests/gaudi/l2/vllm_deployment.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) 2024 Intel Corporation
2+
# SPDX-License-Identifier: Apache-2.0
13
---
24
kind: PersistentVolumeClaim
35
apiVersion: v1
@@ -63,4 +65,16 @@ spec:
6365
- name: shm
6466
emptyDir:
6567
medium: Memory
66-
sizeLimit: "2Gi"
68+
sizeLimit: "2Gi"
69+
livenessProbe:
70+
httpGet:
71+
path: /health
72+
port: 8000
73+
initialDelaySeconds: 60
74+
periodSeconds: 10
75+
readinessProbe:
76+
httpGet:
77+
path: /health
78+
port: 8000
79+
initialDelaySeconds: 60
80+
periodSeconds: 5

0 commit comments

Comments
 (0)