- Scaffold trading-platform under apps/base/customer1/trading-platform/
- Add 4 microservice deployments: data-service, execute-service, news-service, dashboard
- Add ConfigMaps with DB/Kafka/Redis connection configs
- Add HTTPRoutes via Gateway API (external-http-gateway)
- Add NetworkPolicies for inter-service and DB/Kafka/Redis egress
- Add SOPS-encrypted secrets (age key)
- Add Kafka (KRaft) and Redis infrastructure to hermes-db/
- Update root and staging kustomizations
All containers: non-root, readOnlyRootFilesystem, resource limits, health probes
Images: ghcr.io/sirius0xdev/trading-{service}:latest
13 lines
325 B
YAML
13 lines
325 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- pg-cluster-hermes.yaml
|
|
- hermes-db-credentials.yaml
|
|
- trading-db-credentials.yaml
|
|
- memory-db-credentials.yaml
|
|
- trading-data-db.yaml
|
|
- agent-memory-db.yaml
|
|
- hermes-scheduled-backup.yaml
|
|
- kafka-broker.yaml
|
|
- redis-cluster.yaml
|