Aias00 commented on PR #6361: URL: https://github.com/apache/shenyu/pull/6361#issuecomment-4645346941
Fourth follow-up: apache-dubbo now passes healthcheck and tests. The remaining failure moved to gRPC. Root cause for gRPC: the example app serves HTTP health at `55290/grpc/actuator/health` because `server.servlet.context-path=/grpc`. The k8s liveness probe missed the `/grpc` context path, and services.list probed `31184`, which maps service port `8080`; the HTTP server port `55290` is exposed as NodePort `31183`. I pushed `6ed35d3ca` to align all three pieces: - liveness: `http://localhost:55290/grpc/actuator/health` - services.list: `http://localhost:31183/grpc/actuator/health` - kind hostPort mapping: `31183` Local verification remains: - all ingress services.list localhost ports have matching kind hostPort mappings - Ruby YAML parsing for changed manifests - `git diff --check` -- 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]
