쿠버네티스 배포 설정 업데이트

- 데이터베이스 연결 정보 업데이트 (LoadBalancer External IP 적용)
- Redis 캐시 설정 최적화
- API Gateway CORS 설정 개선
- 백엔드 서비스 보안 설정 강화
- 데이터베이스 테스트 연결 스크립트 추가

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
ondal
2025-09-30 00:17:31 +09:00
parent 7f14319b65
commit 10b12880ba
12 changed files with 81 additions and 31 deletions
@@ -7,4 +7,4 @@ stringData:
DB_HOST: "product-change-postgres-dev-postgresql"
DB_NAME: "product_change_db"
DB_USERNAME: "product_change_user"
DB_PASSWORD: "ProductUser2025!"
DB_PASSWORD: "ProductUser2025@"