remove delay for readiness check

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-01 00:58:50 +02:00
parent 0a731af40a
commit 801b98c774

View File

@@ -6,7 +6,6 @@
"name": "web check",
"description": "Checking if the app responds to the /actuator/health/readiness endpoint",
"path": "/actuator/health/readiness",
"initialDelay": 20,
"port": 8080,
"attempts": 3
}