feat(k3s): switch ingestor to api ingest
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user