mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-05 23:56:23 +00:00
- Deployment 패치 파일의 따옴표 제거 (15개 파일) - 리소스 설정을 Kubernetes YAML 표준 형식으로 변경 - dev/staging/prod 환경별 패치 호환성 개선 - Strategic Merge Patch 충돌 문제 해결 수정 내용: - memory: "256Mi" → memory: 256Mi - cpu: "256m" → cpu: 256m - 모든 환경에서 kustomize 빌드 성공 검증 완료 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>