Static NFS
Appears in
.Values.persistence.$name.static
server
Define the nfs server
Key | persistence.$name.static.server |
Type | string |
Required | ✅ |
Helm tpl | ✅ |
Default | "" |
Example
persistence: nfs-vol: type: pvc static: server: /server
share
Define the nfs export share path
Key | persistence.$name.static.share |
Type | string |
Required | ✅ |
Helm tpl | ✅ |
Default | "" |
Example
persistence: nfs-vol: type: pvc static: share: share
Full Examples
persistence: nfs-vol: type: pvc static: mode: nfs server: /server share: share