mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
- 데이터베이스 연결 정보 업데이트 (LoadBalancer External IP 적용) - Redis 캐시 설정 최적화 - API Gateway CORS 설정 개선 - 백엔드 서비스 보안 설정 강화 - 데이터베이스 테스트 연결 스크립트 추가 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
247 B
YAML
10 lines
247 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: secret-product-service
|
|
type: Opaque
|
|
stringData:
|
|
DB_HOST: "product-change-postgres-dev-postgresql"
|
|
DB_NAME: "product_change_db"
|
|
DB_USERNAME: "product_change_user"
|
|
DB_PASSWORD: "ProductUser2025@" |