feat(sol): add agave-backed dlob hot path for canary
Some checks failed
deploy-trade-r001-canary / apply (push) Failing after 5m41s
Some checks failed
deploy-trade-r001-canary / apply (push) Failing after 5m41s
This commit is contained in:
@@ -15,6 +15,13 @@ spec:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: trade-postgres
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 250m
|
||||
memory: 256Mi
|
||||
command:
|
||||
- sh
|
||||
- -ec
|
||||
@@ -38,6 +45,13 @@ spec:
|
||||
value: drift_ticks
|
||||
- name: CANDLES_FUNCTION
|
||||
value: get_drift_candles
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 250m
|
||||
memory: 256Mi
|
||||
command:
|
||||
- node
|
||||
- /app/hasura-bootstrap.mjs
|
||||
|
||||
Reference in New Issue
Block a user