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: ...@@ -10,9 +10,11 @@ spec:
services: services:
Frontend: Frontend:
livenessProbe: livenessProbe:
httpGet: exec:
path: /health command:
port: 8000 - /bin/sh
- -c
- 'echo ok'
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 2 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