Aias00 commented on PR #6361: URL: https://github.com/apache/shenyu/pull/6361#issuecomment-4645650427
Follow-up for https://github.com/apache/shenyu/actions/runs/27116688369: `http`, `grpc`, and `apache-dubbo` passed on `153603824`, so the shared helper and optional namespace handling are working for those cases. The remaining failure was `shenyu-integrated-test-k8s-ingress-websocket`: the healthcheck waited ten minutes for the default backend deployment, but the pod stayed `0/1` and restarted after `Startup probe failed` events. Root cause: `shenyu-example-spring-annotation-websocket` has Kubernetes probes for `http://localhost:8001/actuator/health`, but the module did not include `spring-boot-starter-actuator`, unlike the native/reactive websocket examples. I pushed `4611d4f69` to add the actuator starter so the existing startup/liveness probes target a real health endpoint. -- 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]
