- 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
14 lines
351 B
YAML
14 lines
351 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- pg-cluster-hermes.yaml
|
|
- hermes-db-credentials.yaml
|
|
- memory-db-credentials.yaml
|
|
- agent-memory-db.yaml
|
|
- agent-memory-rag-db.yaml
|
|
- hermes-scheduled-backup.yaml
|
|
- kafka-broker.yaml
|
|
- redis-cluster.yaml
|
|
- rag-init-sql-configmap.yaml
|
|
- rag-init-job.yaml
|