747 B
747 B
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
ollamainllmnamespace. - Secrets: Requires
GEMINI_API_KEY.
- LLM: Connects to
Deployment
- Apply Namespace:
kubectl apply -f namespace.yaml - Secrets:
- Edit
openclaw.secret.yamlto setapi-key. - Ensure
openclaw.secret.yamlis encrypted withgit-crypt.
- Edit
- Apply Workload:
kubectl apply -f openclaw.secret.yaml
Configuration
- LLM Provider:
ollama - Ollama URL:
http://ollama.llm.svc.cluster.local:11434