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