diff --git a/openclaw-deploy/global.json b/openclaw-deploy/global.json new file mode 100644 index 0000000..14eaedf --- /dev/null +++ b/openclaw-deploy/global.json @@ -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" + } +] \ No newline at end of file