Skip to content

Commit ac84776

Browse files
committed
feat: Add Longhorn retain PVC example
1 parent 627c21d commit ac84776

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pvc-longhorn-retain.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: v1
2+
kind: PersistentVolumeClaim
3+
metadata:
4+
name: longhorn-retain
5+
spec:
6+
storageClassName: longhorn-retain
7+
accessModes:
8+
- ReadWriteOnce
9+
resources:
10+
requests:
11+
storage: 1Gi

0 commit comments

Comments
 (0)