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.
This commit is contained in:
parent
4144eba160
commit
67f1791491
15 changed files with 520 additions and 1 deletions
13
deploy/k8s/railiance/configmap.yaml
Normal file
13
deploy/k8s/railiance/configmap.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue