diff --git a/openclaw/deployment-openclaw.yaml b/openclaw/deployment-openclaw.yaml index 7c47632..4b71513 100644 --- a/openclaw/deployment-openclaw.yaml +++ b/openclaw/deployment-openclaw.yaml @@ -26,8 +26,6 @@ spec: ports: - containerPort: 18789 env: - - name: OPENCLAW_DATA_DIR - value: /data - name: NODE_OPTIONS value: --max-old-space-size=1536 resources: @@ -39,7 +37,7 @@ spec: memory: 2Gi volumeMounts: - name: data - mountPath: /data + mountPath: /home/node/.openclaw volumes: - name: data persistentVolumeClaim: