gcloud-lab/apps/base/customer1/hermes-db/kustomization.yaml
Hermes Agent 691d7c68e7 move Kafka broker from hermes-db to siriusdevops-db kustomization
Trading services depend on Kafka (trading-kafka.customer1.svc.cluster.local:9092)
but it was never deployed — lived under hermes-db kustomization which isn't
applied. Move to siriusdevops-db where trading infra belongs.

Also remove stale redis-cluster.yaml reference from hermes-db (file missing).
2026-05-25 23:36:14 +00:00

12 lines
306 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
- rag-init-sql-configmap.yaml
- rag-init-job.yaml