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:
2026-06-20 10:18:35 +00:00
co-authored by Claude Opus 4.8
parent fb9170ec5b
commit dc0d24ded6
3 changed files with 7 additions and 3 deletions
@@ -27,7 +27,7 @@ spec:
- name: DATABASE_URL
valueFrom:
secretKeyRef:
name: bot-secrets
name: bot-secrets-infisical
key: DATABASE_URL
command:
- /bin/sh
+3 -1
View File
@@ -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
+3 -1
View File
@@ -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