fix(polymarket-bot): fix corrupted secret and migrate to Gitea registry images
- Fix bot-secrets: replace corrupted REDACTED base64 values with correct ones - Update deployment-api and deployment-bot to use git.chemavx.xyz registry images - Add imagePullSecrets (gitea-registry) to api and bot deployments - Add secret-gitea-registry.yaml manifest for ArgoCD to manage Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: gitea-registry
|
||||
namespace: polymarket-bot
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
data:
|
||||
.dockerconfigjson: eyJhdXRocyI6eyJnaXQuY2hlbWF2eC54eXoiOnsidXNlcm5hbWUiOiJjaGVtYXZ4IiwicGFzc3dvcmQiOiJHaXRBZG1pbjIwMjZ4IiwiYXV0aCI6IlkyaGxiV0YyZURwSGFYUkJaRzFwYmpJd01qWjQifX19
|
||||
Reference in New Issue
Block a user