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