mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-13 01:40:23 +00:00
14 lines
211 B
YAML
14 lines
211 B
YAML
|
apiVersion: v1
|
||
|
kind: PersistentVolume
|
||
|
metadata:
|
||
|
name: nfs
|
||
|
spec:
|
||
|
capacity:
|
||
|
storage: 1Mi
|
||
|
accessModes:
|
||
|
- ReadWriteMany
|
||
|
nfs:
|
||
|
# FIXME: use the right IP
|
||
|
server: 10.244.1.4
|
||
|
path: "/exports"
|