- 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
11 lines
303 B
YAML
11 lines
303 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- pg-cluster-siriusdevops.yaml
|
|
- waitlist-db-credentials.yaml
|
|
- waitlist-db.yaml
|
|
- siriusdevops-scheduled-backup.yaml
|
|
# New trading dashboard DB
|
|
- trading-dashboard-db-credentials.yaml
|
|
- trading-dashboard-db.yaml
|