ronething opened a new issue, #2499: URL: https://github.com/apache/apisix-ingress-controller/issues/2499
### Current Behavior https://github.com/apache/apisix-ingress-controller/blob/8a2b2b11ed37c97fa9606675d4fafb0d186b2f0c/internal/provider/adc/translator/apisixroute.go#L180 Currently, we always set EnableWebSocket to true without using the specific `rule.websocket` field. We can change it. like: ```go route.EnableWebsocket = ptr.To(rule.Websocket) ``` ### Expected Behavior _No response_ ### Error Logs _No response_ ### Steps to Reproduce 1. Create APISIXRoute without websocket field 2. DataPlane Config will always be websocket: true ### 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`) -- 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: notifications-unsubscr...@apisix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org