Updates Kilimo gateway-prod to use docker network

This commit is contained in:
2026-07-07 15:39:12 +03:00
parent f9c1b023b9
commit 76e7199138
+2 -2
View File
@@ -30,7 +30,7 @@ spring:
maxAge: 3600 # Cache the preflight response for 1 hour maxAge: 3600 # Cache the preflight response for 1 hour
routes: routes:
- id: kilimo_core_service - id: kilimo_core_service
uri: http://localhost:9081 uri: http://apps_kilimo:9081
predicates: predicates:
- Path=/core/** - Path=/core/**
- Method=GET,POST,PUT,DELETE,OPTIONS,PATCH - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH
@@ -44,7 +44,7 @@ spring:
key-resolver: "#{@userKeyResolver}" key-resolver: "#{@userKeyResolver}"
- id: kilimo_assistant_service - id: kilimo_assistant_service
uri: http://localhost:9082 uri: http://apps_kilimo:9082
predicates: predicates:
- Path=/assistant/** - Path=/assistant/**
- Method=GET,POST,PUT,DELETE,OPTIONS,PATCH - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH