new pvc fresh claw

This commit is contained in:
sirius0xdev 2026-04-23 23:49:36 +00:00
parent a3dd492718
commit 64692c1fbb

View file

@ -44,7 +44,7 @@ spec:
memory: 64Mi memory: 64Mi
cpu: 100m cpu: 100m
volumeMounts: volumeMounts:
- name: openclaw-home - name: openclaw-home-new
mountPath: /home/node/.openclaw mountPath: /home/node/.openclaw
- name: config - name: config
mountPath: /config mountPath: /config
@ -132,7 +132,7 @@ spec:
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 5 timeoutSeconds: 5
volumeMounts: volumeMounts:
- name: openclaw-home - name: openclaw-home-new
mountPath: /home/node/.openclaw mountPath: /home/node/.openclaw
- name: tmp-volume - name: tmp-volume
mountPath: /tmp mountPath: /tmp
@ -146,9 +146,9 @@ spec:
drop: drop:
- ALL - ALL
volumes: volumes:
- name: openclaw-home - name: openclaw-home-new
persistentVolumeClaim: persistentVolumeClaim:
claimName: openclaw-home-pvc claimName: openclaw-home-new-pvc
- name: config - name: config
configMap: configMap:
name: openclaw-config name: openclaw-config