ai-code-battle/manifests/acb-bots/bot-random-externalsecret.yml
jedarden 1c61d80bd4 feat(manifests): add acb-bots namespace with K8s manifests for 6 strategy bots
Creates manifests/acb-bots/ staging directory for the acb-bots namespace,
containing Deployment + Service + ExternalSecret for all 6 strategy bots
(random, gatherer, rusher, guardian, swarm, hunter) plus namespace and
docker-hub-registry ExternalSecret.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 23:22:09 -04:00

27 lines
766 B
YAML

# bot-random: ExternalSecret for RandomBot shared secret
# Pulls shared_secret from OpenBao at rs-manager/ai-code-battle/bots/random
#
# Staging file — sync to declarative-config/k8s/iad-acb/acb-bots/
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: acb-bot-random-secret
namespace: acb-bots
labels:
app.kubernetes.io/name: bot-random
app.kubernetes.io/part-of: ai-code-battle
app.kubernetes.io/component: strategy-bot
spec:
refreshInterval: 1h
secretStoreRef:
name: openbao
kind: ClusterSecretStore
target:
name: acb-bot-random-secret
creationPolicy: Owner
data:
- secretKey: shared-secret
remoteRef:
key: rs-manager/ai-code-battle/bots/random
property: shared_secret