mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-29 11:36:16 +01:00
f65506a2a8
Signed-off-by: Magic_RB <magic_rb@redalder.org>
19 lines
280 B
HCL
19 lines
280 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.0.2"
|
|
share = "/ingress-letsencrypt"
|
|
}
|
|
|
|
mount_options {
|
|
fs_type = "nfs"
|
|
}
|