Files
nomad-nummer5/apps/drone/volume-runner.hcl
2023-10-21 19:18:52 +02:00

21 lines
378 B
HCL

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