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"
|
||||
tier: api
|
||||
port: 8000
|
||||
secrets: [stonks-core-secrets]
|
||||
secrets: [stonks-core-secrets, stonks-market-secrets]
|
||||
resources:
|
||||
requests: { cpu: 100m, memory: 128Mi }
|
||||
limits: { cpu: 500m, memory: 256Mi }
|
||||
|
||||
Reference in New Issue
Block a user