mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
235 B
YAML
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!" |