mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2026-06-13 09:39:10 +00:00
event-service Kafka Snappy 압축 오류 수정 및 설정 개선
- Dockerfile에 gcompat 패키지 추가하여 Snappy 네이티브 라이브러리 지원 - application.yml에 AI Service Feign Client URL 설정 추가 - deployment.yaml 수정: * 이미지 태그를 latest에서 dev로 변경 * Health check 경로 수정 (/api/v1/events/actuator → /api/v1/actuator) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -141,6 +141,10 @@ feign:
|
||||
distribution-service:
|
||||
url: ${DISTRIBUTION_SERVICE_URL:http://localhost:8085}
|
||||
|
||||
# AI Service Client
|
||||
ai-service:
|
||||
url: ${AI_SERVICE_URL:http://ai-service/api/v1/ai}
|
||||
|
||||
# Application Configuration
|
||||
app:
|
||||
kafka:
|
||||
|
||||
Reference in New Issue
Block a user