Aias00 commented on PR #6361:
URL: https://github.com/apache/shenyu/pull/6361#issuecomment-4645286308

   Third follow-up: after the liveness probe fix, apache-dubbo no longer 
restarted. The pod was Ready with restart count 0, but `localhost:31187` still 
returned 000 for every healthcheck attempt.
   
   Root cause: the kind cluster config only mapped `30095` to the GitHub runner 
host. The ingress services.list files probe NodePorts via `localhost`, so each 
probed NodePort also needs an `extraPortMappings` entry. I pushed `072122525` 
to map the active ingress healthcheck ports: HTTP `31189`, gRPC `31184`, 
WebSocket `31188`, and apache-dubbo `31187`. I also fixed the latent SOFA 
services.list port from `31184` to its actual `31112` and mapped it.
   
   Local verification:
   - all ingress services.list localhost ports have matching kind hostPort 
mappings
   - Ruby YAML parsing for changed kind configs/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]

Reply via email to