You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/07/27 11:10:23 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #5126: Add a section to the documentation on deploying Camel Quarkus apps to the cloud

jamesnetherton opened a new issue, #5126:
URL: https://github.com/apache/camel-quarkus/issues/5126

   ### Description
   
   We don't have any docs around how to deploy a Camel Quarkus application to Kubernetes, OpenShift etc.
   
   It'd be useful if we had some to explain the basics of how to deploy a JVM or native application. We can link to the Quarkus docs where possible.
   
   Would also be good to mention any common pitfalls like how config properties may get resolved. E.g
   
   ```
   sftp.port = 2222
   ```
   
   In a pod where a service exists named `sftp`, `sftp.port` would get overridden by environment variable `SFTP_PORT` to `tcp://10.0.0.11:22`, which is not suitable for the Camel `sftp` endpoint.


-- 
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-unsubscribe@camel.apache.org.apache.org

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