tao12345666333 commented on issue #864: URL: https://github.com/apache/apisix-ingress-controller/issues/864#issuecomment-1058903029
> why: In most scenarios, we only need to define a ApisixRoute, and we don't need to bother to define ApisixUpstream. but, if we proxy a grpc service , we have to define ApisixUpstream like > > ``` > apiVersion: apisix.apache.org/v1 > kind: ApisixUpstream > metadata: > name: yages > namespace: ingress-apisix > spec: > scheme: grpc > ``` > > so suggest:proxy scheme should be in ApisixRoute not ApisixUpstream, that way we can do less work copy from #871 @myselfghost -- 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]
