Closed
Description
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-._]+$'
/^\*?[0-9a-zA-Z-._]+$/.test('8.130.141.31:7070')
false
/^\*?[0-9a-zA-Z-._]+$/.test('8.130.141.31')
true
Some users access their applications through IP and ports, and use the HTTP protocol, so they hope to increase support for the HTTP port