This commit is contained in:
2026-02-22 11:19:00 +01:00
parent d2e8f4ab90
commit 34ed264414
2 changed files with 3 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ spring:
- Path=/api/rag/actuator/** - Path=/api/rag/actuator/**
filters: filters:
- RewritePath=/api/rag/actuator(?<segment>/?.*), /actuator${segment} - RewritePath=/api/rag/actuator(?<segment>/?.*), /actuator${segment}
- AddRequestHeader=X-Forwarded-Prefix, /api/rag
# RAG Service - API endpoints # RAG Service - API endpoints
- id: rag-service-api - id: rag-service-api
@@ -54,6 +55,7 @@ spring:
- Method=GET,POST,PUT,DELETE - Method=GET,POST,PUT,DELETE
filters: filters:
- RewritePath=/api/rag(?<segment>/?.*), ${segment} - RewritePath=/api/rag(?<segment>/?.*), ${segment}
- AddRequestHeader=X-Forwarded-Prefix, /api/rag
# Analytics Service (will be added later) # Analytics Service (will be added later)
# - id: analytics-service-api # - id: analytics-service-api

View File

@@ -54,6 +54,7 @@ rag.rerank-fetch-multiplier=2
swagger.servers.first=http://localhost:8080 swagger.servers.first=http://localhost:8080
springdoc.swagger-ui.path=/swagger-ui.html springdoc.swagger-ui.path=/swagger-ui.html
springdoc.api-docs.path=/v3/api-docs springdoc.api-docs.path=/v3/api-docs
server.forward-headers-strategy=framework
#Kafka #Kafka
spring.kafka.bootstrap-servers=${KAFKA_BOOTSTRAP_SERVERS:localhost:9092} spring.kafka.bootstrap-servers=${KAFKA_BOOTSTRAP_SERVERS:localhost:9092}
analytics.kafka.topic=user-events analytics.kafka.topic=user-events