Files
nomad-nummer5/apps/netbox/volume.hcl
Udo Waechter eb01682a57
All checks were successful
continuous-integration/drone/push Build is passing
netbox
2024-02-06 13:26:22 +01:00

20 lines
359 B
HCL

type = "csi"
id = "netbox"
name = "netbox"
plugin_id = "nfs"
capability {
access_mode = "single-node-writer"
attachment_mode = "file-system"
}
context {
server = "ebin02.wks"
share = "/data/raid1-ssd/app-data/netbox"
mountPermissions = "0"
}
mount_options {
fs_type = "nfs"
mount_flags = [ "timeo=30", "vers=3", "_netdev" , "nolock" ]
}