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:
@@ -7,6 +7,9 @@ RUN java -Djarmode=layertools -jar app.jar extract
|
||||
FROM eclipse-temurin:21-jre-alpine
|
||||
WORKDIR /app
|
||||
|
||||
# Install glibc compatibility for Snappy native library
|
||||
RUN apk add --no-cache gcompat
|
||||
|
||||
# Create non-root user
|
||||
RUN addgroup -S spring && adduser -S spring -G spring
|
||||
USER spring:spring
|
||||
|
||||
Reference in New Issue
Block a user