homelab/nomad-job/volume/registry-ghcr.hcl

18 lines
335 B
HCL
Raw Permalink Normal View History

2024-03-17 17:58:24 +00:00
type = "csi"
id = "registry-ghcr"
name = "registry-ghcr"
plugin_id = "nfs"
2024-03-29 20:14:24 +00:00
external_id = "registry-ghcr"
2024-03-17 17:58:24 +00:00
capability {
access_mode = "multi-node-multi-writer"
attachment_mode = "file-system"
}
context {
server = "nfs.service.consul"
2024-03-29 20:14:24 +00:00
share = "/nomad/registry/ghcr"
2024-03-17 17:58:24 +00:00
}
mount_options {
fs_type = "nfs"
2024-03-29 20:14:24 +00:00
mount_flags = [ "vers=4"]
2024-03-17 17:58:24 +00:00
}