"...git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "e5d7ed0c5374d38e75a8ef0243cc348f0f6f9185"
Unverified Commit ac9665c2 authored by mohammedabdulwahhab's avatar mohammedabdulwahhab Committed by GitHub
Browse files

fix: fix hello world (#2727)

parent 8064849b
...@@ -10,9 +10,11 @@ spec: ...@@ -10,9 +10,11 @@ spec:
services: services:
Frontend: Frontend:
livenessProbe: livenessProbe:
httpGet: exec:
path: /health command:
port: 8000 - /bin/sh
- -c
- 'echo ok'
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 2 timeoutSeconds: 2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment