添加 openclaw-deploy/global.json

This commit is contained in:
2026-04-01 19:20:52 +08:00
parent 6f933866fc
commit c410edc837

View File

@@ -0,0 +1,26 @@
[
{
"user_id": "t2018261129",
"namespace": "agents",
"image": "openclaw:0323.1",
"gateway_token": "token-for-1129",
"qwen_api_key": "sk-api-key-for-1129",
"cpu_limit": "4",
"mem_limit": "8Gi",
"cpu_request": "2",
"mem_request": "4Gi",
"image_pull_secret": "acr"
},
{
"user_id": "t2018261130",
"namespace": "agents",
"image": "openclaw:0323.1",
"gateway_token": "token-for-1130",
"qwen_api_key": "sk-api-key-for-1130",
"cpu_limit": "4",
"mem_limit": "8Gi",
"cpu_request": "2",
"mem_request": "4Gi",
"image_pull_secret": "acr"
}
]