Updates Kilimo gateway-prod to use docker network

This commit is contained in:
2026-07-07 15:49:35 +03:00
parent 8ec09f2617
commit 93970c05b8
+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://127.0.0.1:9081 uri: http://farm-kilimo-ms-core: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://127.0.0.1:9082 uri: http://farm-kilimo-ms-assistant:9082
predicates: predicates:
- Path=/assistant/** - Path=/assistant/**
- Method=GET,POST,PUT,DELETE,OPTIONS,PATCH - Method=GET,POST,PUT,DELETE,OPTIONS,PATCH