cluster/infrastructure/ingress/ingress-letsencrypt.hcl
main ab799f9490
Add specific hard and soft mount opts to nfs
Signed-off-by: main <magic_rb@redalder.org>
2022-02-26 18:36:19 +01:00

20 lines
327 B
HCL

type = "csi"
id = "ingress-letsencrypt"
name = "ingress-letsencrypt"
plugin_id = "nfs"
capability {
access_mode = "single-node-writer"
attachment_mode = "file-system"
}
context {
server = "10.64.1.201"
share = "/var/nfs/ingress-letsencrypt"
}
mount_options {
fs_type = "nfs"
mount_flags = [ "nolock", "soft" ]
}