f39516046 commented on issue #3296: URL: https://github.com/apache/camel-k/issues/3296#issuecomment-1140595210
> What are the `status.conditions` of your integration resource? If the app includes an http service then Camel K automatically exposes a containerPort with the name `http` on the deployment/pod. If Camel K thinks otherwise it won't expose a containerPort but update the integration status conditions like this: > > ``` > $ kubectl get it <your-integration> -oyaml | yq e .status.conditions > [...] > - lastTransitionTime: "2022-05-26T04:01:58Z" > lastUpdateTime: "2022-05-26T04:01:58Z" > message: no http service required > reason: ServiceNotAvailable > status: "False" > type: ServiceAvailable > [...] > ``` ok,thanks a lot -- 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