tokers edited a comment on issue #356:
URL:
https://github.com/apache/apisix-ingress-controller/issues/356#issuecomment-818440741
I found these routes were created by apisix-dashboard, just do not mix the
use of apisix-ingress-controller and manual configurations from
apisix-dashboard.
Also, the route you pasted doesn't contain the one in the YAML
configuration:
```yaml
# httpbin-route.yaml
apiVersion: apisix.apache.org/v2alpha1
kind: ApisixRoute
metadata:
name: httpserver-route
spec:
http:
- name: rule1
match:
hosts:
- local.httpbin.org
paths:
- /*
backend:
serviceName: httpbin-85d57ddd75-wtmwh
servicePort: 80
```
--
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]