DokiDoki1103 opened a new issue, #2064:
URL: https://github.com/apache/apisix-ingress-controller/issues/2064
### Current Behavior
The ApisixRoute "rbd-http-routes" is invalid: spec.http.match.hosts: Invalid
value: "8.130.141.31:7070": spec.http.match.hosts in body should match
'^\*?[0-9a-zA-Z-._]+$'
```js
/^\*?[0-9a-zA-Z-._]+$/.test('8.130.141.31:7070')
false
```
```js
/^\*?[0-9a-zA-Z-._]+$/.test('8.130.141.31')
```
Some users access their applications through IP and ports, and use the HTTP
protocol, so they hope to increase support for the HTTP port
### Expected Behavior
1
### Error Logs
_No response_
### Steps to Reproduce
1
### Environment
- APISIX Ingress controller version (run `apisix-ingress-controller version
--long`)
- Kubernetes cluster version (run `kubectl version`)
- OS version if running APISIX Ingress controller in a bare-metal
environment (run `uname -a`)
1
--
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]