Add openclaw/pvcs.yaml
This commit is contained in:
parent
c45f079245
commit
3d8575fd3b
20
openclaw/pvcs.yaml
Normal file
20
openclaw/pvcs.yaml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: PersistentVolumeClaim
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/instance: openclaw
|
||||||
|
app.kubernetes.io/managed-by: Helm
|
||||||
|
app.kubernetes.io/name: openclaw
|
||||||
|
app.kubernetes.io/version: 2026.3.2
|
||||||
|
helm.sh/chart: openclaw-0.1.13
|
||||||
|
name: openclaw
|
||||||
|
namespace: openclaw
|
||||||
|
spec:
|
||||||
|
accessModes:
|
||||||
|
- ReadWriteOnce
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 5Gi
|
||||||
|
storageClassName: local-path
|
||||||
|
volumeMode: Filesystem
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user