Commit e584b92
Wire IMBI_INTERNAL_API_URL for the new imbi-mcp split
The imbi-mcp submodule bump in this PR moves the in-cluster API URL
from IMBI_API_URL to IMBI_INTERNAL_API_URL; imbi-assistant uses the
same env var for the same role. The default of http://localhost:8000
is correct for the all-in-one image, but make the wiring explicit so
helm split-service mode (mcp/assistant) can override it cleanly.
- runtime/env-file: declare IMBI_INTERNAL_API_URL=http://localhost:8000
- helm: surface service.internalApiUrl and emit it into the configmap
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 851f15e commit e584b92
3 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
0 commit comments