Skip to content

Commit 055ebae

Browse files
mohammedabdulwahhabKrishnanPrash
authored andcommitted
fix: fix hello world (#2727)
Signed-off-by: Krishnan Prashanth <kprashanth@nvidia.com>
1 parent 0934718 commit 055ebae

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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)