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
|
- 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user