tdiesler commented on PR #14971: URL: https://github.com/apache/camel/pull/14971#issuecomment-2260519343
You can now do this ... ``` git clone https://github.com/tdiesler/camel-cloud-examples cd camel-cloud-examples/spring-boot/http-roll-dice make package k8s-apply kubectl get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 6d2h roll-dice NodePort 10.110.21.17 <none> 80:32615/TCP 80s curl localhost:32615/roll-dice roll: 6 curl localhost:32615/actuator/health {"status":"UP","groups":["liveness","readiness"]} ``` -- 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]
