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