From dc0d24ded67e6bb639b28320d68a1f987c856d09 Mon Sep 17 00:00:00 2001 From: chemavx Date: Sat, 20 Jun 2026 10:18:35 +0000 Subject: [PATCH] Repoint api/bot envFrom + cronjob to bot-secrets-infisical + bot-config (polymarket-bot 3b) Co-Authored-By: Claude Opus 4.8 --- polymarket-bot/cronjob-metrics-retention.yaml | 2 +- polymarket-bot/deployment-api.yaml | 4 +++- polymarket-bot/deployment-bot.yaml | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/polymarket-bot/cronjob-metrics-retention.yaml b/polymarket-bot/cronjob-metrics-retention.yaml index 804adec..160ca54 100644 --- a/polymarket-bot/cronjob-metrics-retention.yaml +++ b/polymarket-bot/cronjob-metrics-retention.yaml @@ -27,7 +27,7 @@ spec: - name: DATABASE_URL valueFrom: secretKeyRef: - name: bot-secrets + name: bot-secrets-infisical key: DATABASE_URL command: - /bin/sh diff --git a/polymarket-bot/deployment-api.yaml b/polymarket-bot/deployment-api.yaml index cc37b37..9000254 100644 --- a/polymarket-bot/deployment-api.yaml +++ b/polymarket-bot/deployment-api.yaml @@ -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 diff --git a/polymarket-bot/deployment-bot.yaml b/polymarket-bot/deployment-bot.yaml index e04da56..8f18cd7 100644 --- a/polymarket-bot/deployment-bot.yaml +++ b/polymarket-bot/deployment-bot.yaml @@ -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