Cut over polymarket-bot deployments to Infisical-managed pull secret
api/bot: imagePullSecrets gitea-registry -> gitea-registry-infisical. dashboard: add gitea-registry-infisical (previously had NO pull secret despite pulling a private image — fixes latent ErrImagePull-on-reschedule bug). Old gitea-registry stays as rollback net until decommission. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,7 @@ spec:
|
|||||||
app: api
|
app: api
|
||||||
spec:
|
spec:
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: gitea-registry
|
- name: gitea-registry-infisical
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
- uvicorn
|
- uvicorn
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ spec:
|
|||||||
app: bot
|
app: bot
|
||||||
spec:
|
spec:
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: gitea-registry
|
- name: gitea-registry-infisical
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
- python3
|
- python3
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: dashboard
|
app: dashboard
|
||||||
spec:
|
spec:
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: gitea-registry-infisical
|
||||||
containers:
|
containers:
|
||||||
- image: git.chemavx.xyz/chemavx/polymarket-bot-dashboard:4928a3c1
|
- image: git.chemavx.xyz/chemavx/polymarket-bot-dashboard:4928a3c1
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|||||||
Reference in New Issue
Block a user