tiredofit / docker-freescout

Dockerized web based help desk and shared inbox
MIT License
225 stars 92 forks source link

Health Check URL #96

Open sivnath-pt opened 1 year ago

sivnath-pt commented 1 year ago

Is there any health check route available?

Example:

Route: /health Response: {"status":200,"message":"Ok"}

steveb85 commented 3 months ago

add a config map in your yaml that contains the nginx conf in the sites.enabled folder, but include in there a location block for /health with the response you want, that way when nginx starts, your block is included in there and the health block is there answering the call, took me a min but i had the same need you did i feel.