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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
