claudio4j commented on code in PR #17418:
URL: https://github.com/apache/camel/pull/17418#discussion_r1989445934
##########
dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/KubernetesExport.java:
##########
@@ -331,6 +331,8 @@ public Integer export() throws Exception {
var jkubeVersion = jkubeMavenPluginVersion(settings,
mapBuildProperties());
buildProperties.add("jkube.version=%s".formatted(jkubeVersion));
+ setContainerHealthPaths();
Review Comment:
jkube relies on quarkus and sb properties to generate the various probes,
look for jkube-healthcheck-spring-boot and jkube-healthcheck-quarkus in jkube
maven plugin doc. That's why I used it so jkube generates the container probes
manifests accordingly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]