- Create solana-ingester Deployment + Service in trading-platform/ (uses same data-service image, runs WebSocket ingester mode) - Add solana-ingester ConfigMap (HELIUS_RPC_ENDPOINT, JUPITER_API_URL, KAFKA_BROKER, KAFKA_TOPIC) - Add helius-api-key and jupiter-api-key placeholders to trading-secrets.yaml (TODO: replace with real values and re-encrypt with SOPS) - Update kustomization to include new resources
9 lines
224 B
YAML
9 lines
224 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- data-service-config.yaml
|
|
- execute-service-config.yaml
|
|
- news-service-config.yaml
|
|
- solana-ingester-config.yaml
|
|
- dashboard-config.yaml
|