mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-29 03:26:14 +01:00
8235eb301b
Signed-off-by: Magic_RB <magic_rb@redalder.org>
19 lines
274 B
HCL
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"
|
|
}
|