tadayosi commented on issue #3296:
URL: https://github.com/apache/camel-k/issues/3296#issuecomment-1138132351
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 simple -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
[...]
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]