From 6543f724ded0c3052a917747dfc000feef31f0aa Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Fri, 24 Apr 2026 00:20:57 +0000 Subject: [PATCH] fix deployment --- apps/base/customer1/openclaw/deployment.yaml | 11 ++++++----- apps/base/customer1/openclaw/new-configmap.yaml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/base/customer1/openclaw/deployment.yaml b/apps/base/customer1/openclaw/deployment.yaml index 2393f83..df9f2da 100644 --- a/apps/base/customer1/openclaw/deployment.yaml +++ b/apps/base/customer1/openclaw/deployment.yaml @@ -30,12 +30,13 @@ spec: - sh - -c - | - cp /config/openclaw.json /home/node/.openclaw/openclaw.json - mkdir -p /home/node/.openclaw/workspace - cp /config/AGENTS.md /home/node/.openclaw/workspace/AGENTS.md + mkdir -p /home/node/.npm /home/node/.openclaw/workspace + chown -R 1000:1000 /home/node + chmod -R 755 /home/node + echo "✅ Home + .npm directory ready" securityContext: - runAsUser: 1000 - runAsGroup: 1000 + runAsUser: 0 + runAsGroup: 0 resources: requests: memory: 32Mi diff --git a/apps/base/customer1/openclaw/new-configmap.yaml b/apps/base/customer1/openclaw/new-configmap.yaml index d5f81e9..a64caf1 100644 --- a/apps/base/customer1/openclaw/new-configmap.yaml +++ b/apps/base/customer1/openclaw/new-configmap.yaml @@ -43,7 +43,7 @@ data: "models": [ { "id": "Youssofal/Qwen3.6-27B-Abliterated-Heretic-Uncensored-BF16", - "name": "Qwen3.5-27B-Heretic", + "name": "Qwen3.6-27B-Heretic", "reasoning": true, "contextWindow": 96780 }