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
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
Show 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:
services
:
Frontend
:
livenessProbe
:
httpGet
:
path
:
/health
port
:
8000
exec
:
command
:
-
/bin/sh
-
-c
-
'
echo
ok'
initialDelaySeconds
:
10
periodSeconds
:
10
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