23 lines
747 B
Markdown
23 lines
747 B
Markdown
# k8s/openclaw/AGENTS.md
|
|
|
|
> [!NOTE]
|
|
> This directory contains the deployment configuration for **OpenClaw**, an open-source AI agent platform.
|
|
|
|
## Overview
|
|
* **Namespace**: `openclaw`
|
|
* **Workload**: `openclaw` (Deployment)
|
|
* **Dependencies**:
|
|
* **LLM**: Connects to `ollama` in `llm` namespace.
|
|
* **Secrets**: Requires `GEMINI_API_KEY`.
|
|
|
|
## Deployment
|
|
1. **Apply Namespace**: `kubectl apply -f namespace.yaml`
|
|
2. **Secrets**:
|
|
* Edit `openclaw.secret.yaml` to set `api-key`.
|
|
* Ensure `openclaw.secret.yaml` is encrypted with `git-crypt`.
|
|
3. **Apply Workload**: `kubectl apply -f openclaw.secret.yaml`
|
|
|
|
## Configuration
|
|
* **LLM Provider**: `ollama`
|
|
* **Ollama URL**: `http://ollama.llm.svc.cluster.local:11434`
|