45c4dde929
- 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>
9 lines
310 B
YAML
9 lines
310 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: gitea-registry
|
|
namespace: polymarket-bot
|
|
type: kubernetes.io/dockerconfigjson
|
|
data:
|
|
.dockerconfigjson: eyJhdXRocyI6eyJnaXQuY2hlbWF2eC54eXoiOnsidXNlcm5hbWUiOiJjaGVtYXZ4IiwicGFzc3dvcmQiOiJHaXRBZG1pbjIwMjZ4IiwiYXV0aCI6IlkyaGxiV0YyZURwSGFYUkJaRzFwYmpJd01qWjQifX19
|