mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
12 lines
303 B
YAML
12 lines
303 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: secret-product-service
|
|
namespace: phonebill-dev
|
|
type: Opaque
|
|
stringData:
|
|
DB_HOST: "product-change-postgres-dev-postgresql"
|
|
DB_NAME: "product_change_db"
|
|
DB_USERNAME: "product_change_user"
|
|
DB_PASSWORD: "ProductUser2025!"
|
|
KOS_API_KEY: "dev-api-key" |