From 0596ab598bc370e6d3f8b3e02179fba0cf3b4d2f Mon Sep 17 00:00:00 2001 From: Albert Mourato Date: Fri, 8 Jun 2018 18:35:14 -0300 Subject: [PATCH] Adds healthCheck --- wedeploy.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wedeploy.json b/wedeploy.json index 55bc41c..d6c608b 100644 --- a/wedeploy.json +++ b/wedeploy.json @@ -1,3 +1,6 @@ { - "id": "java" + "id": "java", + "healthCheck": { + "url": "localhost:8080" + } }