rein-aharness/deploy/k8s/railiance/configmap.yaml
tegwick 67f1791491 feat: Railiance package and deploy (HARNESS-WP-0001-T06)
Container image, k8s namespace/deployment/smoke job, host venv install path,
and deterministic agent-harness smoke (sandbox commit+push+hub) for remote
verification without Claude Code on the worker host.
2026-07-18 10:48:44 +02:00

13 lines
455 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: agent-harness-config
namespace: agent-harness
labels:
app.kubernetes.io/name: agent-harness
data:
# In-cluster State Hub (production). Host-level smoke may override to
# http://127.0.0.1:18000 (ops-bridge reverse tunnel to workstation hub).
STATE_HUB_URL: "http://state-hub.state-hub.svc.cluster.local:8000"
BAO_ADDR: "https://bao.coulomb.social"
VAULT_ADDR: "https://bao.coulomb.social"