nicolaferraro commented on issue #1059: camel-k installation struggles
URL: https://github.com/apache/camel-k/issues/1059#issuecomment-562507350
 
 
   Have you looked at the [Ingress 
Trait](https://camel.apache.org/camel-k/latest/traits/ingress.html)?
   
   I think you need to configure ingresses at cluster level, then tell camel k 
the host that you want your integration to be deployed at. E.g.
   
   ````
   kamel run -t ingress.host=myintegration.thefullclusterdomain.com it.java
   ```
   
   Then you should be able to access APIs at 
https://myintegration.thefullclusterdomain.com/
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to