mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-25 17:46:14 +01:00
ab799f9490
Signed-off-by: main <magic_rb@redalder.org>
20 lines
327 B
HCL
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" ]
|
|
}
|