mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-29 11:36:16 +01:00
25738be7c4
Signed-off-by: Magic_RB <magic_rb@redalder.org>
16 lines
275 B
HCL
16 lines
275 B
HCL
type = "csi"
|
|
id = "ingress-letsencrypt"
|
|
name = "ingress-letsencrypt"
|
|
plugin_id = "nfs"
|
|
access_mode = "single-node-writer"
|
|
attachment_mode = "file-system"
|
|
|
|
context {
|
|
server = "blowhole.in.redalder.org"
|
|
share = "/ingress-letsencrypt"
|
|
}
|
|
|
|
mount_options {
|
|
fs_type = "nfs"
|
|
}
|