Rohan Kumar
Rohan Kumar
@Jurrie : There is a minor conflict. Could you please address it whenever you revisit this PR?
@waynemorphic : Are you able to deploy the application to a Kubernetes cluster ? See this [minikube quickstart guide](https://eclipse.dev/jkube/docs/kubernetes-maven-plugin/#minikube-gettingstarted)
@waynemorphic : It's necessary to test the application to see its behavior when you deploy the application to a Kubernetes Cluster using JKube. I think this was the original problem...
@waynemorphic : I tried your changes and it seems to be running okay on my minikube cluster. After adding this property ``and changing port value to `8080` I was able...
@waynemorphic : Thanks, PR looks good. Did you check Marc's suggestion https://github.com/eclipse/jkube/issues/2788#issuecomment-1987687436 about Java 21 to reduce boilerplate code for creating HTTP server? Do you know if we can further...
@waynemorphic : Could you please try using `jkube.generator.spring-boot.webPort=8081` property and see if it works?
@waynemorphic : Umm, that's odd. I see in code we're getting management port from spring configuration and using it, if it's not present we're falling back to server port https://github.com/eclipse/jkube/blob/c4ee9d4e9432297c50d9385a8c06d1fea0f75e3a/jkube-kit/jkube-kit-spring-boot/src/main/java/org/eclipse/jkube/springboot/enricher/SpringBootHealthCheckEnricher.java#L96-L101...
@waynemorphic : Yeah, could you please create a github discussion for this?
@waynemorphic : Yes, let me review it again today
@waynemorphic : Thanks a lot!