Create quota-objects-pvc.yaml

pull/46254/head
Sabbir Ahmed Shameem 2024-05-05 22:26:42 +06:00 committed by GitHub
parent 0f5e1add4f
commit d831c97cba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pvc-quota-demo
spec:
storageClassName: manual
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 3Gi