Files
nomad-nummer5/apps/apt-cacher-ng/volume.hcl
2023-09-19 19:49:36 +02:00

21 lines
416 B
HCL

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