nfs-provisioner
homelab.nfs-provisioner
| Name | Type | Description |
|---|---|---|
| backupPaths | list of absolute path | List of paths that should be backed up according to config.homelab.cluster.backup.volumes. |
The paths are constructed using cfg.path and cfg.pathPattern. |
||
Only .PVC.namespace and .PVC.name placeholders are replaced in the pattern. |
||
| enable | boolean | Whether to enable the NFS volume provisioner. |
| mountpointOwnership.gid | signed integer | GID ownership of the mountpoint |
| mountpointOwnership.mode | string | Filesystem mode to create the mountpoint with |
| mountpointOwnership.uid | signed integer | UID ownership of the mountpoint |
| path | string | Export on the NFS server to use as the root |
| pathPattern | string | Naming scheme for volumes on the NFS server |
| server | string | NFS server to use as persistent data store |