dickens7 opened a new issue, #1420:
URL: https://github.com/apache/apisix-ingress-controller/issues/1420
### Issue description
# Describe
Use ingress to expose resources upstream of gRPC, gRPCs, or https
We can add Ingress annotations `k8s.apisix.apache.org/upstream-protocol`
```
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
k8s.apisix.apache.org/upstream -protocol: "gRPC"
...
```
> k8s.apisix.apache.org/upstream -protocol
- http
- https
- gRPC
- gRPCs
### 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]