cluster/infrastructure/ingress/ingress-letsencrypt.hcl

19 lines
295 B
HCL
Raw Normal View History

type = "csi"
id = "ingress-letsencrypt"
name = "ingress-letsencrypt"
plugin_id = "nfs"
capability {
access_mode = "single-node-writer"
attachment_mode = "file-system"
}
context {
server = "blowhole.in.redalder.org"
share = "/ingress-letsencrypt"
}
mount_options {
fs_type = "nfs"
}