tulequ opened a new issue, #1834:
URL: https://github.com/apache/apisix-ingress-controller/issues/1834
### Issue description
I have a service that listen (one port) on both https and grpcs traffic
How can I route all traffic to another backend with difference scheme (https
vs grpcs)?
ApisixUpstream can support only one scheme?
```
apiVersion: apisix.apache.org/v2
kind: ApisixUpstream
metadata:
name: example
spec:
scheme: https
```
### Environment
- your apisix-ingress-controller version (output of
apisix-ingress-controller version --long):
- your Kubernetes cluster version (output of kubectl version):
- if you run apisix-ingress-controller in Bare-metal environment, also show
your OS version (uname -a):
--
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]