Increase downloader data size

This commit is contained in:
tolerryan
2025-07-24 22:09:35 -05:00
parent c18d66339a
commit 3d4b12a9fe

View File

@@ -27,7 +27,7 @@ resource "proxmox_lxc" "downloader" {
slot = 0 slot = 0
storage = "Ceph" storage = "Ceph"
mp = "/data" mp = "/data"
size = "400G" size = "700G"
} }
network { network {