fix: mount stonks-market-secrets on query-api for backfill endpoint
This commit is contained in:
@@ -144,7 +144,7 @@ services:
|
|||||||
command: "uvicorn services.api.app:app --host 0.0.0.0 --port 8000"
|
command: "uvicorn services.api.app:app --host 0.0.0.0 --port 8000"
|
||||||
tier: api
|
tier: api
|
||||||
port: 8000
|
port: 8000
|
||||||
secrets: [stonks-core-secrets]
|
secrets: [stonks-core-secrets, stonks-market-secrets]
|
||||||
resources:
|
resources:
|
||||||
requests: { cpu: 100m, memory: 128Mi }
|
requests: { cpu: 100m, memory: 128Mi }
|
||||||
limits: { cpu: 500m, memory: 256Mi }
|
limits: { cpu: 500m, memory: 256Mi }
|
||||||
|
|||||||
Reference in New Issue
Block a user