phonebill/deployment/k8s/bill-service/secret-bill-service.yaml
ondal 7f14319b65 쿠버네티스 매니페스트 파일 업데이트 및 개발환경 설정 완료
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 22:24:28 +09:00

10 lines
235 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: secret-bill-service
type: Opaque
stringData:
DB_HOST: "bill-inquiry-postgres-dev-postgresql"
DB_NAME: "bill_inquiry_db"
DB_USERNAME: "bill_inquiry_user"
DB_PASSWORD: "BillUser2025!"