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.
13 lines
455 B
YAML
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"
|