Skip to content

Commit 3fed267

Browse files
authored
Merge branch 'main' into ayushag/add-pythonic-parser
2 parents c5eeae2 + ac9665c commit 3fed267

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

examples/runtime/hello_world/deploy/hello_world.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ spec:
1010
services:
1111
Frontend:
1212
livenessProbe:
13-
httpGet:
14-
path: /health
15-
port: 8000
13+
exec:
14+
command:
15+
- /bin/sh
16+
- -c
17+
- 'echo ok'
1618
initialDelaySeconds: 10
1719
periodSeconds: 10
1820
timeoutSeconds: 2

0 commit comments

Comments
 (0)