gcloud-lab/apps/base/customer1/siriusdevops-db/trading-dashboard-db-credentials.yaml
Hermes Agent 57e41178c3 feat(customer1): add trading_dashboard database to siriusdevops-pgdb CNPG cluster
- Add trading_dashboard role + Database CR on siriusdevops-pgdb
- Create SOPS-encrypted credentials secret (template)
- Update trade-dashboard to use the new dedicated DB
  - New host: siriusdevops-pgdb-rw
  - New database: trading_dashboard
  - New credentials secret
2026-05-24 20:02:20 +00:00

19 lines
425 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: trading-dashboard-db-credentials
namespace: customer1
type: Opaque
stringData:
username: trading_dashboard
password: CHANGE_ME_TO_STRONG_PASSWORD
sops:
# Run `sops -e -i trading-dashboard-db-credentials.yaml` after filling in the password
kms: []
gcp_kms: []
azure_kv: []
hc_vault: []
age: []
lastmodified: ""
mac: ""
encrypted_regex: ^(data|stringData)$