Create on boarding docker
[sdc.git] / catalog-fe / sdc-frontend / chef-repo / cookbooks / sdc-catalog-fe / templates / default / ready-probe.sh.erb
index f721f9a..d09880d 100644 (file)
@@ -2,7 +2,7 @@
 
 health_Check_http_code=$(curl --max-time 5 -o /dev/null -w '%{http_code}' http://127.0.0.1:8181/sdc1/rest/healthCheck)
 if [[ "$health_Check_http_code" -eq 200 ]]; then
-   exit 200
+   exit 0
 else
    exit $health_Check_http_code
 fi
\ No newline at end of file