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
|
||||
port:
|
||||
number: 80
|
||||
- path: /api/whisper
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: whisper-api
|
||||
port:
|
||||
number: 80
|
||||
- host: curaflow.applaude.net
|
||||
http:
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Reference in New Issue