From c410edc8378a9a568364dd7f297e43bc311fbf21 Mon Sep 17 00:00:00 2001 From: wwya Date: Wed, 1 Apr 2026 19:20:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20openclaw-deploy/global.jso?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openclaw-deploy/global.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 openclaw-deploy/global.json 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