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_r252840284
########## 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: @astefanutti I had to change as otherwise the port is set on the trait is not taken into account (and can't bind any service to port 80) but I do not know the reason of the change, can you please validate ? ---------------------------------------------------------------- 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