Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
ac9665c2
"...git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "e5d7ed0c5374d38e75a8ef0243cc348f0f6f9185"
Unverified
Commit
ac9665c2
authored
Aug 26, 2025
by
mohammedabdulwahhab
Committed by
GitHub
Aug 26, 2025
Browse files
fix: fix hello world (#2727)
parent
8064849b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
examples/runtime/hello_world/deploy/hello_world.yaml
examples/runtime/hello_world/deploy/hello_world.yaml
+5
-3
No files found.
examples/runtime/hello_world/deploy/hello_world.yaml
View file @
ac9665c2
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment