mirror of https://github.com/k3s-io/k3s
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"
|