squakez commented on issue #6014:
URL: https://github.com/apache/camel-k/issues/6014#issuecomment-2575843759

   I see this is a possible regression introduced by #1555. The "problem" is 
that the KnativeService resource is setting the port as
   ```
    - containerPort: 8080
      name: h2c
      protocol: TCP
   ```
   However the Deployment (hence, the Pod) is set as:
   ```
   - containerPort: 8080
     name: user-port
     protocol: TCP
   ```
   As a most immediate workaround you can try to put a name on the port using 
Container `portName` trait configuration. Can you verify if that one 
temporarily solves the problems?


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

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

Reply via email to