diff --git a/example/immich.nomad.hcl b/example/immich.nomad.hcl index 01195a5..9832ce8 100644 --- a/example/immich.nomad.hcl +++ b/example/immich.nomad.hcl @@ -317,7 +317,7 @@ _EOT volume "ml" { source = "immich-ml" type = "csi" - access_mode = "single-node-writer" + access_mode = "multi-node-multi-writer" attachment_mode = "file-system" } diff --git a/variables.yml b/variables.yml index e76515f..b62da35 100644 --- a/variables.yml +++ b/variables.yml @@ -120,6 +120,7 @@ immich: ml: type: csi source: '[[ .instance ]]-ml' + access_mode: multi-node-multi-writer # Redis task will use a common template # We just set custom resources allocation