fix: 코드리뷰 critical/high 항목 수정 (#57)#58
Merged
Merged
Conversation
- postgres: Deployment → StatefulSet + 영속 PVC(10Gi)로 전환하여 Pod 재시작/노드 교체 시 데이터 전손실 해결 (PGDATA를 subPath로 분리, 기본 SC 사용해 kind/EKS 공용) - backend configmap: LOKI_URL을 비활성 loki-gateway → loki.monitoring.svc:3100 으로 수정 - backend/ai/frontend: resources requests·limits 추가하여 t3.small 노드 OOM/eviction 방지 - ai: 모델 PVC 100Mi → 10Gi 로 상향 (모델 저장 실패 방지) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #57
변경
Deployment→StatefulSet+volumeClaimTemplates(10Gi, 기본 SC) — Pod 재시작/노드 교체 시 데이터 전손실 해결. PGDATA를 subPath로 분리(lost+found 충돌 회피)LOKI_URLloki-gateway.monitoring:80(비활성) →loki.monitoring.svc:3100100Mi→10Gibase만 수정해 eks/kind overlay 양쪽 자동 반영. YAML 검증 통과.
🤖 Generated with Claude Code