lburgazzoli commented on PR #5411:
URL: https://github.com/apache/camel-k/pull/5411#issuecomment-2074451348

   In general if you use a service, it should not be an issue, however it may 
break customer deployment if they were using such name in any external tool  
for any reason i.e. in prometheus' `PodMonitor`
   
   ```yaml
   apiVersion: monitoring.coreos.com/v1
   kind: PodMonitor
   metadata:
     name: example-app
     labels:
       team: frontend
   spec:
     selector:
       matchLabels:
         app: example-app
     podMetricsEndpoints:
     - port: http
   ```
   
   I wonder if we should make this change knative only at least for now and 
eventually failing the `integration` if the use changes the port name for a 
`Knative` deployment.


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