Browse Source
update dubhe-server/yaml/gateway.yaml.
新增inference-route/dubhe-terminal 网关路由
tags/V3.0
之江天枢
Gitee
3 years ago
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
14 additions and
0 deletions
-
dubhe-server/yaml/gateway.yaml
|
|
@@ -138,5 +138,19 @@ spring: |
|
|
|
uri: lb://dubhe-tadl |
|
|
|
predicates: |
|
|
|
- Path=/api/v1/tadl/** |
|
|
|
filters: |
|
|
|
- StripPrefix=3 |
|
|
|
# 路由至dubhe-terminal 天枢专业版终端 |
|
|
|
- id: dubhe-terminal |
|
|
|
uri: lb://dubhe-terminal |
|
|
|
predicates: |
|
|
|
- Path=/api/v1/terminal/** |
|
|
|
filters: |
|
|
|
- StripPrefix=3 |
|
|
|
# 路由至dubhe-inference |
|
|
|
- id: inference-route |
|
|
|
uri: lb://dubhe-inference |
|
|
|
predicates: |
|
|
|
- Path=/api/v1/inference/** |
|
|
|
filters: |
|
|
|
- StripPrefix=3 |