From 5e961d59747a78fbdeafa3d5cbf2cd18979d3fd3 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Fri, 15 May 2026 00:27:10 -0400 Subject: [PATCH] deploy: update ingress with whisper rewrite and timeouts --- curio/k8s/ingress.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/curio/k8s/ingress.yaml b/curio/k8s/ingress.yaml index b9ddbde..f73f143 100644 --- a/curio/k8s/ingress.yaml +++ b/curio/k8s/ingress.yaml @@ -5,6 +5,8 @@ metadata: namespace: curio annotations: k8s.apisix.apache.org/enable-websocket: "true" + k8s.apisix.apache.org/proxy-rewrite: '{"regex_report": ["/api/whisper/(.*)", "/$1"]}' + k8s.apisix.apache.org/upstream-read-timeout: "60s" spec: ingressClassName: apisix rules: