Unverified Commit ac9665c2 authored by mohammedabdulwahhab's avatar mohammedabdulwahhab Committed by GitHub
Browse files

fix: fix hello world (#2727)

parent 8064849b
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment