添加 openclaw-deploy/global.json
This commit is contained in:
26
openclaw-deploy/global.json
Normal file
26
openclaw-deploy/global.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user