fix(gateway): Add fallback routing rule for cmm category
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m7s

This commit is contained in:
jade
2026-08-14 17:34:52 +09:00
parent f70ee854ec
commit a420c46c89
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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.