From 873e26543b76b5e29eef58834e9bcf149b4a5bc9 Mon Sep 17 00:00:00 2001 From: u1 Date: Tue, 6 Jan 2026 10:00:37 +0000 Subject: [PATCH] feat(k3s): switch ingestor to api ingest --- kustomize/base/ingestor/deployment.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/kustomize/base/ingestor/deployment.yaml b/kustomize/base/ingestor/deployment.yaml index cc55b32..0372be1 100644 --- a/kustomize/base/ingestor/deployment.yaml +++ b/kustomize/base/ingestor/deployment.yaml @@ -26,14 +26,9 @@ spec: - name: SOURCE value: "drift_oracle" - name: INGEST_VIA - value: "hasura" - - name: HASURA_GRAPHQL_URL - value: "http://hasura:8080/v1/graphql" - - name: HASURA_ADMIN_SECRET - valueFrom: - secretKeyRef: - name: trade-hasura - key: HASURA_GRAPHQL_ADMIN_SECRET + value: "api" + - name: INGEST_API_URL + value: "http://trade-api:8787" volumeMounts: - name: tokens mountPath: /app/tokens