diff --git a/.github/kustomize/base/common/ingress.yaml b/.github/kustomize/base/common/ingress.yaml index 6ac515e..2c9fc92 100644 --- a/.github/kustomize/base/common/ingress.yaml +++ b/.github/kustomize/base/common/ingress.yaml @@ -32,6 +32,13 @@ spec: name: stt port: number: 8080 + - path: /api/ai/suggestions + pathType: Prefix + backend: + service: + name: ai-service + port: + number: 8087 - path: /api/ai pathType: Prefix backend: diff --git a/.gitignore b/.gitignore index e92d269..957f7bd 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ serena/ # Environment .env +ai-python/app/config.py # Playwright .playwright-mcp/ diff --git a/CLAUDE.md b/CLAUDE.md index ce23e79..f14fc69 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -562,4 +562,14 @@ Product Designer (UI/UX 전문가) - "@design-help": "설계실행프롬프트 내용을 터미널에 출력" - "@develop-help": "개발실행프롬프트 내용을 터미널에 출력" - "@deploy-help": "배포실행프롬프트 내용을 터미널에 출력" + +### Spring Boot 설정 관리 +- **설정 파일 구조**: `application.yml` + IntelliJ 실행 프로파일(`.run/*.run.xml`)로 관리 +- **금지 사항**: `application-{profile}.yml` 같은 프로파일별 설정 파일 생성 금지 +- **환경 변수 관리**: IntelliJ 실행 프로파일의 `