mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-07 15:19:44 +00:00
12 lines
195 B
YAML
12 lines
195 B
YAML
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
name: longhorn-volv-pvc
|
|
spec:
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
storageClassName: longhorn
|
|
resources:
|
|
requests:
|
|
storage: 1Gi
|