Create pv-claim.yaml

pull/46254/head
Sabbir Ahmed Shameem 2024-05-07 20:08:00 +06:00 committed by GitHub
parent 708293bffd
commit 8fb8679fcb
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: task-pv-claim
spec:
storageClassName: manual
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 3Gi