tao12345666333 commented on pull request #208:
URL:
https://github.com/apache/apisix-helm-chart/pull/208#issuecomment-1006257133
```
➜ /tmp cat ar-v2beta2.yaml
apiVersion: apisix.apache.org/v2beta2
kind: ApisixRoute
metadata:
name: productpage
spec:
http:
- name: rule1
match:
hosts:
- apisix-istio.dev
paths:
- /*
backends:
- serviceName: productpage
servicePort: 9080
➜ /tmp kubectl apply -f ar-v2beta2.yaml
apisixroute.apisix.apache.org/productpage unchanged
➜ /tmp cat ar-v2beta3.yaml
apiVersion: apisix.apache.org/v2beta3
kind: ApisixRoute
metadata:
name: productpage
spec:
http:
- name: rule1
match:
hosts:
- apisix-istio.dev
paths:
- /*
backends:
- serviceName: productpage
servicePort: 9080
➜ /tmp kubectl apply -f ar-v2beta3.yaml
apisixroute.apisix.apache.org/productpage configured
```
--
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]