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

80 lines
1.8 KiB
YAML
Raw Normal View History

2026-04-18 02:56:18 +00:00
apiVersion: v1
kind: ConfigMap
metadata:
name: openclaw-config
namespace: customer1
labels:
app: openclaw
data:
openclaw.json: |
{
"gateway": {
"mode": "local",
2026-04-19 07:01:07 +00:00
"bind": "lan",
2026-04-18 02:56:18 +00:00
"port": 18789,
"auth": {
2026-04-19 06:51:09 +00:00
"mode": "token"
2026-04-18 02:56:18 +00:00
},
2026-04-19 05:58:32 +00:00
"controlUi": {
2026-04-18 02:56:18 +00:00
"enabled": true
}
},
2026-04-18 04:18:31 +00:00
"channels": {
"telegram": {
"enabled": true,
2026-04-18 04:21:39 +00:00
"dmPolicy": "allowlist",
2026-04-18 04:18:31 +00:00
"groupPolicy": "allowlist",
"allowFrom": [
"7528130947"
2026-04-18 04:21:39 +00:00
2026-04-18 04:18:31 +00:00
],
2026-04-18 04:40:46 +00:00
"groups": {
"*": {
2026-04-19 06:51:09 +00:00
"requireMention": false
2026-04-18 04:18:31 +00:00
}
}
}
},
2026-04-19 05:58:32 +00:00
"models": {
2026-04-19 05:46:49 +00:00
"providers": {
2026-04-19 05:51:42 +00:00
"local-vllm": {
2026-04-22 05:28:55 +00:00
"baseUrl": "http://openclaw-brain-service.customer1.svc.cluster.local:8000/v1",
2026-04-19 22:32:22 +00:00
"apiKey": "EMPTY",
"api": "openai-completions",
2026-04-19 05:58:32 +00:00
"models": [
{
2026-04-22 05:50:59 +00:00
"id": "llmfan46/Qwen3.5-27B-uncensored-heretic",
"name": "Qwen3.5-27B-Heretic",
2026-04-22 05:28:55 +00:00
"reasoning": "true",
2026-04-22 05:50:59 +00:00
"contextWindow": 49782
2026-04-22 05:41:00 +00:00
}
2026-04-19 05:58:32 +00:00
]
2026-04-19 05:46:49 +00:00
}
}
2026-04-19 05:58:32 +00:00
},
2026-04-18 02:56:18 +00:00
"agents": {
"defaults": {
"model": {
2026-04-22 05:50:59 +00:00
"primary": "xai/grok-4.1-fast",
2026-04-22 01:53:02 +00:00
"fallbacks": ["xai/grok-4.1-fast"]
},
2026-04-19 22:18:59 +00:00
"workspace": "/home/node/.openclaw/workspace"
2026-04-18 02:56:18 +00:00
},
"list": [
{
"id": "default",
"name": "OpenClaw Assistant",
2026-04-19 22:18:59 +00:00
"workspace": "/home/node/.openclaw/workspace"
2026-04-18 02:56:18 +00:00
}
]
},
2026-04-19 22:18:59 +00:00
"cron": { "enabled": true }
2026-04-18 02:56:18 +00:00
}
AGENTS.md: |
# OpenClaw Assistant
You are a helpful AI assistant running in Kubernetes.