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 - name: DATABASE_URL
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
name: bot-secrets name: bot-secrets-infisical
key: DATABASE_URL key: DATABASE_URL
command: command:
- /bin/sh - /bin/sh
+3 -1
View File
@@ -32,7 +32,9 @@ spec:
- "8000" - "8000"
envFrom: envFrom:
- secretRef: - secretRef:
name: bot-secrets name: bot-secrets-infisical
- configMapRef:
name: bot-config
image: git.chemavx.xyz/chemavx/polymarket-bot-api:4928a3c1 image: git.chemavx.xyz/chemavx/polymarket-bot-api:4928a3c1
imagePullPolicy: Always imagePullPolicy: Always
name: api name: api
+3 -1
View File
@@ -29,7 +29,9 @@ spec:
- bot.main - bot.main
envFrom: envFrom:
- secretRef: - secretRef:
name: bot-secrets name: bot-secrets-infisical
- configMapRef:
name: bot-config
image: git.chemavx.xyz/chemavx/polymarket-bot:4928a3c1 image: git.chemavx.xyz/chemavx/polymarket-bot:4928a3c1
imagePullPolicy: Always imagePullPolicy: Always
name: bot name: bot