deploy: route /api/whisper to whisper-api service
Build MCP Services / build-mcp-filesystem (push) Successful in 1m19s
Details
Build MCP Services / build-mcp-filesystem (push) Successful in 1m19s
Details
This commit is contained in:
parent
6229576c9e
commit
a1e4a7aefd
|
|
@ -18,6 +18,13 @@ spec:
|
||||||
name: curio-app
|
name: curio-app
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
|
- path: /api/whisper
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: whisper-api
|
||||||
|
port:
|
||||||
|
number: 80
|
||||||
- host: curaflow.applaude.net
|
- host: curaflow.applaude.net
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue