Initial OpenClaw GitOps skeleton

This commit is contained in:
Clawdbot
2026-01-30 10:18:11 +00:00
commit 46bf054e0b
11 changed files with 237 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# openclaw (OpenShift)
GitOps repo for deploying **OpenClaw** into the `openclaw` namespace.
Layout:
- `bootstrap/` ArgoCD `Application` (apply manually once)
- `manifests/` Namespace + workload resources (ArgoCD-managed)
Target:
- Namespace: `openclaw`
- Route host: `openclaw.apps.lab.apilab.us`
- Image: `default-route-openshift-image-registry.apps.lab.apilab.us/openclaw/openclaw:latest`
- Gateway port: `18789`
Notes:
- This repo intentionally does **not** deploy TEI; it assumes the existing service:
`http://text-embeddings.tei.svc.cluster.local:8080/v1/`