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).
15 lines
440 B
YAML
15 lines
440 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
|
|
# Kafka broker (moved from hermes-db)
|
|
- kafka-broker.yaml
|