mgubaidullin commented on issue #1054:
URL: https://github.com/apache/camel-karavan/issues/1054#issuecomment-1883623526

   To avoid manual changes in deployment in k8s, you could just add 
`deployment.jkube.yaml` file to your project with the following fragment
   ```
   spec:
     template:
       spec:
         containers:
           - env:
             - name: JAVA_MAIN_CLASS
               value: org.springframework.boot.loader.launch.JarLauncher
   ```


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to