Files
ClawdBox/manifests/pvc.yaml
Conan Scott a1cd6d88cd added namespace, pvc and service.yaml
TO-DO: deployment.yaml and dockerfile adaptations
2026-02-02 13:36:33 +11:00

13 lines
234 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: clawdbox-home
namespace: clawdbox
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 4Gi
# storageClassName: <set if you want to pin it>