mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 16:16:23 +00:00
11 lines
245 B
YAML
11 lines
245 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: secret-user-service
|
|
namespace: phonebill-dev
|
|
type: Opaque
|
|
stringData:
|
|
DB_HOST: "auth-postgres-dev-postgresql"
|
|
DB_NAME: "phonebill_auth"
|
|
DB_USERNAME: "auth_user"
|
|
DB_PASSWORD: "AuthUser2025!" |