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).
12 lines
306 B
YAML
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
|