1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
budibase/charts/pvc.yaml

12 lines
194 B
YAML
Raw Normal View History

2023-07-18 08:48:02 +12:00
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: local-path-pvc
spec:
accessModes:
- ReadWriteOnce
storageClassName: local-path
resources:
requests:
storage: 2Gi