Skip to content

Commit 7cc872b

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helm/eagle-api/values-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ image:
66
tag: dev
77

88
route:
9+
enabled: false # All traffic goes through eagle-public route -> nginx -> /api paths
910
host: eagle-dev.apps.silver.devops.gov.bc.ca
1011

1112
resources:

0 commit comments

Comments
 (0)