peridot/hack/k3s/pvc.yaml

13 lines
216 B
YAML
Raw Normal View History

2024-03-11 19:21:45 +00:00
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: local-path-pvc
namespace: default
spec:
accessModes:
- ReadWriteOnce
storageClassName: local-path
resources:
requests:
storage: 10Gi