Files
nomad-nummer5/apps/redis/volume.hcl
Udo Waechter 067f779597
All checks were successful
continuous-integration/drone/push Build is passing
redis
2024-02-05 16:49:26 +01:00

21 lines
383 B
HCL

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