mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 16:04:25 +01:00
594065f99b
This reverts commit 0d81433c2d
.
16 lines
248 B
HCL
16 lines
248 B
HCL
type = "csi"
|
|
id = "gitea-data"
|
|
name = "gitea-data"
|
|
plugin_id = "nfs"
|
|
access_mode = "single-node-writer"
|
|
attachment_mode = "file-system"
|
|
|
|
context {
|
|
server = "blowhole.in.redalder.org"
|
|
share = "/gitea-data"
|
|
}
|
|
|
|
mount_options {
|
|
fs_type = "nfs"
|
|
}
|