Commit 7cc872b
committed
fix: disable eagle-api route in dev to prevent hostname conflict
- Dev uses single hostname (eagle-dev.apps.silver.devops.gov.bc.ca) for all services
- eagle-public route already claims root path on this hostname
- eagle-api route pointing to rproxy caused 'HostAlreadyClaimed' error
- All /api traffic flows through nginx routing (no separate route needed)
Test/prod are unaffected - they use separate hostnames for API and public.1 parent 93a22f5 commit 7cc872b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments