You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/01/30 14:37:30 UTC

[GitHub] [camel-k] rndIndy commented on issue #1232: Camel-K Doesn't Create a Service or Ingress for an Integration

rndIndy commented on issue #1232: Camel-K Doesn't Create a Service or Ingress for an Integration
URL: https://github.com/apache/camel-k/issues/1232#issuecomment-580282536
 
 
   @jamesnetherton Thank you for the suggestion, it worked! I replaced the "myEndpoint" with: 
   
   `"cxf://http://0.0.0.0:9000/ws?wsdlURL=http://ghana.corp.sensis.com:8080/ws/countries.wsdl&dataFormat=RAW"`
     
   Camel-k auto generated a service and ingress when I used the following command: 
   
   `kamel run --name=test-cxf --trait ingress.host=cxf.malta.corp.sensis.com -d camel-cxf -d camel-http  -d camel-jetty -d mvn:org.apache.cxf:cxf-rt-transports-http-jetty:3.3.5 testCxf.java --dev` 
   
   This works now, but I would like to access this proxy from outside the cluster and that is not currently possible. Is there away to force Camel-k to generate a NodePort service instead of a Cluster IP?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services