mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-05 23:56:23 +00:00
- ArgoCD 워크플로우 파일 삭제 (backend-cicd_ArgoCD.yaml) - Kustomize base/overlays 설정 업데이트 - GitHub Actions 백엔드 CI/CD 파이프라인 개선 - 각 서비스 deployment 및 secret 설정 수정 - Docker 이미지 풀 시크릿을 플레이스홀더로 변경 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
199 B
YAML
11 lines
199 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: secret-bill-service
|
|
type: Opaque
|
|
stringData:
|
|
DB_HOST: "inquiry-postgresql "
|
|
DB_NAME: "inquirydb"
|
|
DB_USERNAME: "unicorn"
|
|
DB_PASSWORD: "P@ssw0rd$"
|