diff --git a/examples/runtime/hello_world/deploy/hello_world.yaml b/examples/runtime/hello_world/deploy/hello_world.yaml index 1bf010cfc6..bf07c868bd 100644 --- a/examples/runtime/hello_world/deploy/hello_world.yaml +++ b/examples/runtime/hello_world/deploy/hello_world.yaml @@ -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