phonebill/.github/kustomize/base/bill-service/secret-bill-service.yaml
ondal 3d8d72ac2b Kustomize 설정 및 GitHub Actions 워크플로우 정리
- 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>
2025-12-02 16:09:21 +09:00

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$"