mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-12-04 22:14:59 +01:00
16 lines
254 B
HCL
16 lines
254 B
HCL
|
type = "csi"
|
||
|
id = "nextcloud-db"
|
||
|
name = "nextcloud-db"
|
||
|
plugin_id = "nfs"
|
||
|
access_mode = "single-node-writer"
|
||
|
attachment_mode = "file-system"
|
||
|
|
||
|
context {
|
||
|
server = "blowhole.in.redalder.org"
|
||
|
share = "/nextcloud-db"
|
||
|
}
|
||
|
|
||
|
mount_options {
|
||
|
fs_type = "nfs"
|
||
|
}
|