Repoint api/bot envFrom + cronjob to bot-secrets-infisical + bot-config (polymarket-bot 3b)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,7 @@ spec:
|
||||
- name: DATABASE_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: bot-secrets
|
||||
name: bot-secrets-infisical
|
||||
key: DATABASE_URL
|
||||
command:
|
||||
- /bin/sh
|
||||
|
||||
@@ -32,7 +32,9 @@ spec:
|
||||
- "8000"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: bot-secrets
|
||||
name: bot-secrets-infisical
|
||||
- configMapRef:
|
||||
name: bot-config
|
||||
image: git.chemavx.xyz/chemavx/polymarket-bot-api:4928a3c1
|
||||
imagePullPolicy: Always
|
||||
name: api
|
||||
|
||||
@@ -29,7 +29,9 @@ spec:
|
||||
- bot.main
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: bot-secrets
|
||||
name: bot-secrets-infisical
|
||||
- configMapRef:
|
||||
name: bot-config
|
||||
image: git.chemavx.xyz/chemavx/polymarket-bot:4928a3c1
|
||||
imagePullPolicy: Always
|
||||
name: bot
|
||||
|
||||
Reference in New Issue
Block a user