sniper-xx commented on issue #348:
URL:
https://github.com/apache/apisix-ingress-controller/issues/348#issuecomment-817408573
@tokers
4、The ingress yaml
```yaml
apiVersion: apisix.apache.org/v2alpha1
kind: ApisixRoute
metadata:
name: subscriber-ingress-v2
namespace: quickstart-system
spec:
http:
- name: subscriber-ingress
match:
hosts:
- app.sniper.org
paths:
- /*
backend:
serviceName: subscriber-dapr
servicePort: 80
resolveGranularity: service
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]