cluster/infrastructure/nextcloud/nextcloud-db.hcl
Magic_RB 8235eb301b
nextcloud: mesh gateway, currently broken, mariadb got corrupted
Signed-off-by: Magic_RB <magic_rb@redalder.org>
2021-06-23 11:42:55 +02:00

19 lines
274 B
HCL

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"
}