mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2026-06-13 07:39:15 +00:00
GitHub Actions CI/CD 파이프라인 및 Kustomize 다중 환경 배포 설정
- GitHub Actions workflow로 백엔드 서비스 자동 빌드/배포 구성 - Kustomize를 통한 dev/staging/prod 환경별 설정 관리 - 각 마이크로서비스별 Dockerfile 추가 - 배포 자동화 스크립트 및 환경 변수 설정 - CI/CD 가이드 문서 작성
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
server:
|
||||
port: 8085
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: distribution-service
|
||||
@@ -67,6 +64,12 @@ kafka:
|
||||
topics:
|
||||
distribution-completed: distribution-completed
|
||||
|
||||
# Server Configuration
|
||||
server:
|
||||
port: ${SERVER_PORT:8085}
|
||||
servlet:
|
||||
context-path: /distribution
|
||||
|
||||
# Resilience4j Configuration
|
||||
resilience4j:
|
||||
circuitbreaker:
|
||||
|
||||
Reference in New Issue
Block a user