new pvc fresh claw
This commit is contained in:
parent
a3dd492718
commit
64692c1fbb
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue