From 64692c1fbb14b99e80b1258503e943551227ebaa Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Thu, 23 Apr 2026 23:49:36 +0000 Subject: [PATCH] new pvc fresh claw --- apps/base/customer1/openclaw/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/base/customer1/openclaw/deployment.yaml b/apps/base/customer1/openclaw/deployment.yaml index b4982d3..2393f83 100644 --- a/apps/base/customer1/openclaw/deployment.yaml +++ b/apps/base/customer1/openclaw/deployment.yaml @@ -44,7 +44,7 @@ spec: memory: 64Mi cpu: 100m volumeMounts: - - name: openclaw-home + - name: openclaw-home-new mountPath: /home/node/.openclaw - name: config mountPath: /config @@ -132,7 +132,7 @@ spec: periodSeconds: 10 timeoutSeconds: 5 volumeMounts: - - name: openclaw-home + - name: openclaw-home-new mountPath: /home/node/.openclaw - name: tmp-volume mountPath: /tmp @@ -146,9 +146,9 @@ spec: drop: - ALL volumes: - - name: openclaw-home + - name: openclaw-home-new persistentVolumeClaim: - claimName: openclaw-home-pvc + claimName: openclaw-home-new-pvc - name: config configMap: name: openclaw-config