deploy: update ingress with whisper rewrite and timeouts
Build MCP Services / build-mcp-filesystem (push) Waiting to run
Details
Build MCP Services / build-mcp-filesystem (push) Waiting to run
Details
This commit is contained in:
parent
5cd9827d4a
commit
5e961d5974
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue