- Remove solana-ingester deployment (was using a nonexistent CLI entrypoint) - Merge all ingestion into data-service via env vars + shared image - Add HELIUS_API_KEY, JUPITER_API_KEY, KAFKA_BROKER to data-service configmap - Add solana secret refs to data-service deployment - Remove solana-ingester-config configmap
8 lines
192 B
YAML
8 lines
192 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- data-service-config.yaml
|
|
- execute-service-config.yaml
|
|
- news-service-config.yaml
|
|
- dashboard-config.yaml
|