From 4f084dbfc966c73fb8cec01e392105f51b20c698 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Wed, 16 Oct 2024 21:45:21 +0200 Subject: [PATCH] fix port Signed-off-by: Peter Siegmund --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 5b9927f..ded8ad0 100644 --- a/app.json +++ b/app.json @@ -6,7 +6,7 @@ "name": "web check", "description": "Checking if the app responds to the /actuator/health/readiness endpoint", "path": "/actuator/health/readiness", - "port": 8080, + "port": 5000, "attempts": 3 } ]