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