lburgazzoli commented on a change in pull request #406: The example RestWithRestlet does not work calling its service via curl or webbrowser URL: https://github.com/apache/camel-k/pull/406#discussion_r253008889
########## File path: pkg/trait/service.go ########## @@ -79,7 +79,7 @@ func (t *serviceTrait) Apply(e *Environment) (err error) { } port := corev1.ServicePort{ Name: httpPortName, - Port: 80, + Port: int32(t.Port), Review comment: reverted ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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