cluster/infrastructure/nextcloud/nextcloud-db.hcl

19 lines
274 B
HCL
Raw Normal View History

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