Replies: 1 comment 2 replies
-
The The way I've used this is with
I don't know about Fargate off the top of my head, but you'd need to set the health check settings in a similar way. The |
Beta Was this translation helpful? Give feedback.
-
Hi All,
First off, thank you for creating this amazing tool for layer optimization. I love it!
Trying to get the health-checker wired up correctly in my app.
Been using the spring-boot-maven-plugin with the following buildpacks: (Non spring boot app)
Config Info:
With the following config values health-check specific:
Firing up the container locally, I can clearly see thc installed and if I execute
/cnb/process/health-check
it attempts to connect to the correct path and port. Great!The problem
I don't see that there's a docker HEALTHCHECK status being wired in? There's no status being created when I launch it. (Confirmed by AWS Fargate which reports the container status as UNKNOWN) I feel like I'm missing something completely obvious. What's the final step with the buildpacks to get the docker healthcheck directive wired in?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions