feat: route baishun traffic to golang service
This commit is contained in:
parent
9cb094d98d
commit
995732372c
@ -60,6 +60,21 @@ spring:
|
|||||||
predicates:
|
predicates:
|
||||||
- Path=/internal/invite-campaign/**
|
- Path=/internal/invite-campaign/**
|
||||||
|
|
||||||
|
- id: game-app
|
||||||
|
uri: http://10.2.1.16:2900
|
||||||
|
predicates:
|
||||||
|
- Path=/app/game/**
|
||||||
|
|
||||||
|
- id: game-internal
|
||||||
|
uri: http://10.2.1.16:2900
|
||||||
|
predicates:
|
||||||
|
- Path=/internal/game/baishun/**
|
||||||
|
|
||||||
|
- id: game-baishun-callback
|
||||||
|
uri: http://10.2.1.16:2900
|
||||||
|
predicates:
|
||||||
|
- Path=/game/baishun/**
|
||||||
|
|
||||||
- id: service-gateway
|
- id: service-gateway
|
||||||
uri: lb://rc-service-gateway
|
uri: lb://rc-service-gateway
|
||||||
predicates:
|
predicates:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user