The ingress configuration is not routing requests to the order service. It has a path configured as /ext-order, but no requests use that path. It should be set to /placeOrder. Note, frontend-helidon accepts the /placeorder requests. order-helicon accepts /placeOrder. It would be best if we have a clearer naming standard.