sobkowiak commented on issue #1304: Unable to run saga sample
URL: https://github.com/apache/camel-k/issues/1304#issuecomment-591629263
 
 
   The integrations are run with following trait `container.service-port=8080`. 
Which port is confugured with this trait parameter? I can see in the port in 
the pod is set to 8080, but it is the default setting. When I look to the 
`train-f274l ` and `train-f274l -private` service I cannot see the port 8080 
there but the port 80
   
   ``` 
   metadata:
     name: train-m57tm-private
   ............
   spec:
     ports:
     - name: http
       port: 80
       protocol: TCP
       targetPort: 8012
     - name: queue-metrics
       port: 9090
       protocol: TCP
       targetPort: queue-metrics
     - name: http-usermetric
       port: 9091
       protocol: TCP
       targetPort: http-usermetric
     - name: http-queueadm
       port: 8022
       protocol: TCP
       targetPort: 8022
   ```
   and
   ```
   metadata:
     name: train-m57tm
   ............
   spec:
     ports:
     - name: http
       port: 80
       protocol: TCP
       targetPort: 8012
   ```

----------------------------------------------------------------
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