gcloud-lab/apps/base/customer1/openclaw/new-configmap.yaml

111 lines
2.9 KiB
YAML
Raw Normal View History

2026-04-22 22:54:22 +00:00
apiVersion: v1
kind: ConfigMap
metadata:
name: openclaw-config
namespace: customer1
labels:
app: openclaw
data:
openclaw.json: |
{
"gateway": {
"mode": "local",
"bind": "lan",
"port": 18789,
"auth": {
"mode": "token"
},
"controlUi": {
"enabled": true
}
},
"channels": {
"telegram": {
"enabled": true,
"dmPolicy": "allowlist",
"groupPolicy": "allowlist",
"allowFrom": ["7528130947"],
"groups": {
"*": {
"requireMention": false
}
}
}
},
"models": {
"providers": {
"local-vllm": {
"baseUrl": "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1",
"apiKey": "EMPTY",
"api": "openai-completions",
"models": [
{
"id": "llmfan46/Qwen3.5-27B-uncensored-heretic",
"name": "Qwen3.5-27B-Heretic",
"reasoning": true,
"contextWindow": 40960
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "xai/grok-4.1-fast",
"fallbacks": ["local-vllm/llmfan46/Qwen3.5-27B-uncensored-heretic"]
2026-04-22 22:54:22 +00:00
},
"workspace": "/home/node/.openclaw/workspace",
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
2026-04-22 22:54:22 +00:00
},
"list": [
{
"id": "default",
"name": "Grok Assistant",
"model": "xai/grok-4.1-fast",
"workspace": "/home/node/.openclaw/workspace"
},
{
"id": "sirius-trade",
"name": "Sirius Trade",
"model": "local-vllm/llmfan46/Qwen3.5-27B-uncensored-heretic",
"thinking": "medium",
"workspace": "/home/node/.openclaw/workspace"
},
{
"id": "sirius-ops",
"name": "Sirius Ops",
"model": "xai/grok-4.1-fast",
"workspace": "/home/node/.openclaw/workspace"
},
{
"id": "sirius-research",
"name": "Sirius Research",
"model": "local-vllm/llmfan46/Qwen3.5-27B-uncensored-heretic",
"thinking": "high",
"workspace": "/home/node/.openclaw/workspace"
},
{
"id": "sirius-auditor",
"name": "Sirius Auditor",
"model": "local-vllm/llmfan46/Qwen3.5-27B-uncensored-heretic",
"thinking": "high",
2026-04-22 22:54:22 +00:00
"workspace": "/home/node/.openclaw/workspace"
}
]
},
"cron": {
"enabled": true
}
}
AGENTS.md: |
# Sirius Claw
Professional, precise, dark humor. Running in Lance's GKE cluster.