- Add 'trading' managed role to siriusdevops-pgdb cluster - Move trading-db-credentials from hermes-db to siriusdevops-db - Create trading-data-db.yaml (Database kind) pointing to siriusdevops-pgdb - Update DB_HOST in all 4 trading-platform configmaps to siriusdevops-pgdb-rw - Remove trading-data-db.yaml and trading-db-credentials.yaml from hermes-db - Update siriusdevops-db kustomization.yaml to include new resources
13 lines
378 B
YAML
13 lines
378 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
|
|
# Trading dashboard DB
|
|
- trading-dashboard-db-credentials.yaml
|
|
# Trading platform DB (migrated from hermes-pgdb)
|
|
- trading-db-credentials.yaml
|
|
- trading-data-db.yaml
|