tdiesler commented on code in PR #15468:
URL: https://github.com/apache/camel/pull/15468#discussion_r1751465439


##########
dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/KubernetesExport.java:
##########
@@ -289,7 +289,15 @@ public Integer export() throws Exception {
             
buildProperties.add("%s.kubernetes.image-pull-policy=%s".formatted(propPrefix, 
imagePullPolicy));
         }
 
-        // Quarkus Runtime specific
+        // Runtime specific for Main
+        if (runtime == RuntimeType.main) {
+            addDependencies("org.apache.camel:camel-health",
+                    "org.apache.camel:camel-platform-http-main",
+                    "org.apache.camel:camel-rest",
+                    "org.apache.camel:camel-rest-openapi");

Review Comment:
   These are the components that were added before the health endpoint 
disappeared. Let me see if it works without rest as well ...



-- 
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]

Reply via email to