-
Notifications
You must be signed in to change notification settings - Fork 202
spring-boot-healthcheck adds probes to initContainers #1178
Comments
@john-delivuk are you testing with Spring Boot 2? I found some issues with it because now the health check endpoints are in a different path |
There are 2 different issues:
|
@nicolaferraro can you point me out to where I can update that one? it should be great to configure with something like this:
I'm more than happy to send a PR if you give me some pointers. |
Marking this as duplicate of #1283, please revert if not understood right. |
Duplicate of #1283 |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
Description
With spring-boot-healthcheck enricher enabled, you'll get an invalid deployment spec because it will add livelinessProbes and readinessProbes to initContainers.
Info
f-m-p version : 3.5.34
Maven version (
mvn -v
) : 3.5.2Kubernetes / OpenShift setup and version :
kubernetes 1.8.6
If it's a bug, how to reproduce :
Create a deployment with an init container and using springboot.
The text was updated successfully, but these errors were encountered: