nisainan opened a new issue, #2581:
URL: https://github.com/apache/apisix-ingress-controller/issues/2581
### Issue description
apiVersion: v1
kind: Service
metadata:
name: yages
labels:
app: yages
spec:
selector:
app: yages
ports:
- name: grpc
port: 9000
protocol: TCP
targetPort: 9000
- name: http
port: 80
protocol: TCP
targetPort: 80
type: ClusterIP
---
apiVersion: apisix.apache.org/v2
kind: ApisixUpstream
metadata:
name: yages
spec:
retries: 3
scheme: grpc
I only need port 900 to be grpc, and the other one is http
### Environment
- your apisix-ingress-controller version (output of
apisix-ingress-controller version --long): 1.7.0
- your Kubernetes cluster version (output of kubectl version): 1.29
- if you run apisix-ingress-controller in Bare-metal environment, also show
your OS version (uname -a): debian
--
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]