gcloud-lab/apps/base/customer1/hermes-db/kustomization.yaml
Hermes Agent 3f96800222 feat: migrate all trading-platform services from hermes-pgdb to siriusdevops-pgdb
- 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
2026-05-25 07:55:15 +00:00

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