myselfghost opened a new issue #871:
URL: https://github.com/apache/apisix-ingress-controller/issues/871
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
--
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]