Skip to content

Commit 51d0fa9

Browse files
authored
Merge pull request #347 from vbedida79/patch-191224-3
tests_gaudi: Update vllm deployment
2 parents 367fee0 + 4d6edd7 commit 51d0fa9

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)