fix(gateway): Add fallback routing rule for cmm category
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m7s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m7s
This commit is contained in:
@@ -36,7 +36,7 @@ mcp:
|
|||||||
fallback:
|
fallback:
|
||||||
default-url: http://localhost:8084
|
default-url: http://localhost:8084
|
||||||
routes:
|
routes:
|
||||||
cmm_memo_retriever: http://localhost:8082
|
cmm: http://localhost:8082
|
||||||
cus: http://localhost:8084
|
cus: http://localhost:8084
|
||||||
sal: http://localhost:8082
|
sal: http://localhost:8082
|
||||||
sms: http://localhost:8082
|
sms: http://localhost:8082
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ mcp:
|
|||||||
fallback:
|
fallback:
|
||||||
default-url: http://was-cus:8084
|
default-url: http://was-cus:8084
|
||||||
routes:
|
routes:
|
||||||
|
cmm: http://was-sal:8082
|
||||||
cus: http://was-cus:8084
|
cus: http://was-cus:8084
|
||||||
sal: http://was-sal:8082
|
sal: http://was-sal:8082
|
||||||
# Existing SMS category callers continue to resolve to the SAL Pod.
|
# Existing SMS category callers continue to resolve to the SAL Pod.
|
||||||
|
|||||||
Reference in New Issue
Block a user